Update 'Creating a LiveCD from an existing ISO.md'
This commit is contained in:
parent
566c7c9141
commit
18f095d2c2
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue