Update 'Creating a LiveCD from an existing ISO.md'

This commit is contained in:
John Wood 2018-02-13 20:13:49 +00:00
parent 566c7c9141
commit 18f095d2c2
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ _These instructions are condensed and simplified from the guide at https://help.
To have network resolution in the chroot use: To have network resolution in the chroot use:
``` ```
sudo mount -o bind /run/ edit/run sudo mount -o bind /run/ edit/run
``` ```
5. (Optional) If you want to remove some of the installed software, to shrink the volume: 5. (Optional) If you want to remove some of the installed software, to shrink the volume:
``` ```
@ -52,7 +52,7 @@ Note that if `umount /proc` fails it will cascade to the bruteforce `umount -lf
``` ```
exit exit
sudo umount edit/dev sudo umount edit/dev
``` ```
If you added the network layer: If you added the network layer: