Update modules/ROOT/pages/_partials/proc_restoring-bootloader-using-live-disk.adoc

This commit is contained in:
Fahad Munir 2021-07-21 18:17:14 +00:00 committed by pbokoc
parent 10d21b51ce
commit b5b8fdb334

View file

@ -64,7 +64,7 @@ If you are using the default Fedora layout, there will be one `/dev/sda1`
partition that holds the `/boot` directory and one `/dev/sda2` that holds the root file system.
----
# mount /dev/sda2/ /mnt
# mount /dev/sda2 /mnt
# mount /dev/sda1 /mnt/root/boot
----