summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/migration.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 57925cc583..a0da6b75c7 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -363,6 +363,21 @@
363 </para> 363 </para>
364 </section> 364 </section>
365 365
366 <section id='migration-target-package-management-with-rpm'>
367 <title>Target Package Management with RPM</title>
368
369 <para>
370 If runtime package management is enabled and the RPM backend
371 is selected, Smart is now installed for package download, dependency
372 resolution, and upgrades instead of Zypper.
373 For more information on how to use Smart, run the following command
374 on the target:
375 <literallayout class='monospaced'>
376 smart --help
377 </literallayout>
378 </para>
379 </section>
380
366 <section id='migration-1.4-recipes-moved'> 381 <section id='migration-1.4-recipes-moved'>
367 <title>Recipes Moved</title> 382 <title>Recipes Moved</title>
368 383