File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,27 +53,30 @@ and add repo for testing DMS activation
5353
5454.. code :: bash
5555
56- zypper ar https://download.opensuse.org/repositories/home:/marcus.schaefer:/dms/SLE_12_SP5 Migration
56+ sudo zypper ar https://download.opensuse.org/repositories/home:/marcus.schaefer:/dms/SLE_12_SP5 Migration
5757
5858
5959 1. Testing with kexec based reboot (run_migration)
6060
6161 .. code :: bash
6262
6363 sudo zypper in SLES15-Migration
64- run_migration
64+ sudo zypper rr Migration
65+ sudo run_migration
6566
6667 2. Testing with grub(loopback) reboot
6768
6869 .. code :: bash
6970
7071 sudo zypper install SLES15-Migration suse-migration-sle15-activation
71- reboot
72+ sudo zypper rr Migration
73+ sudo reboot
7274
7375 3. [Optional] Testing in online upgrade mode (not officially supported by SUSE):
7476
7577 .. code :: bash
7678
7779 sudo zypper install suse-migration
80+ sudo zypper rr Migration
7881 sudo migrate --product SLES/15.5/x86_64 --reboot
7982
You can’t perform that action at this time.
0 commit comments