emphasize system-upgrade reboot reboots immediately, minor cleanups

Use "reboot" consistently, emphasize the immediate no-prompt reboot, mention it's a console terminal, then a second reboot, and clean up step 6 language. This fixes issue #294 and I think is an improvement.
This commit is contained in:
S Page 2020-10-30 07:20:00 +00:00 committed by pbokoc
parent 2ea8287856
commit 114da283dc

View file

@ -71,14 +71,14 @@ sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-primary
* If you want to remove/install some packages manually before running `dnf system-upgrade download` again, it is advisable to perform those operations with `--setopt=keepcache=1` dnf command line option. * If you want to remove/install some packages manually before running `dnf system-upgrade download` again, it is advisable to perform those operations with `--setopt=keepcache=1` dnf command line option.
Otherwise the whole package cache will be removed after your operation, and you will need to download all the packages once again. Otherwise the whole package cache will be removed after your operation, and you will need to download all the packages once again.
. Trigger the upgrade process. This will restart your machine into the upgrade process: . Trigger the upgrade process. This will reboot your machine (immediately!, without a countdown or confirmation, so close other programs and save your work) into the upgrade process running in a console terminal:
+ +
[source,bash] [source,bash]
---- ----
sudo dnf system-upgrade reboot sudo dnf system-upgrade reboot
---- ----
. Once the upgrade process to complete, your system will reboot into the updated release version of Fedora. . Once the upgrade process completes, your system will reboot a second time into the updated release version of Fedora.
[[sect-optional-post-upgrade-tasks]] [[sect-optional-post-upgrade-tasks]]
== Optional Post-Upgrade Tasks == Optional Post-Upgrade Tasks