mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-30 08:13:36 -05:00
Fedora 26 to 27 upgrade: correct losetup -d command
This commit is contained in:
parent
b45bd8998a
commit
55efc89d00
@ -234,7 +234,7 @@ Qubes 4.0 Instructions
|
|||||||
|
|
||||||
(Shut down TemplateVM by any normal means.)
|
(Shut down TemplateVM by any normal means.)
|
||||||
|
|
||||||
[user@dom0 ~]$ losetup -d ${dev##*/}
|
[user@dom0 ~]$ sudo losetup -d $dev
|
||||||
[user@dom0 ~]$ rm /var/tmp/template-upgrade-cache.img
|
[user@dom0 ~]$ rm /var/tmp/template-upgrade-cache.img
|
||||||
|
|
||||||
(Optional cleanup: Switch everything over to the new template and delete the old
|
(Optional cleanup: Switch everything over to the new template and delete the old
|
||||||
@ -317,7 +317,7 @@ should be entered (`@dom0` or `@fedora-27`).
|
|||||||
|
|
||||||
6. Remove the cache file, if you created one.
|
6. Remove the cache file, if you created one.
|
||||||
|
|
||||||
[user@dom0 ~]$ losetup -d ${dev##*/}
|
[user@dom0 ~]$ sudo losetup -d $dev
|
||||||
[user@dom0 ~]$ rm /var/tmp/template-upgrade-cache.img
|
[user@dom0 ~]$ rm /var/tmp/template-upgrade-cache.img
|
||||||
|
|
||||||
7. (Recommended) Switch everything that was set to the old template to the new
|
7. (Recommended) Switch everything that was set to the old template to the new
|
||||||
|
Loading…
x
Reference in New Issue
Block a user