mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-12-01 07:39:48 +00:00
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:
parent
2ea8287856
commit
114da283dc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue