Update README.md
This commit is contained in:
parent
7d3a526cec
commit
89ce657f2b
15
README.md
15
README.md
|
@ -376,12 +376,15 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run
|
||||||
|
|
||||||
sudo cp -v image/casper/filesystem.manifest image/casper/filesystem.manifest-desktop
|
sudo cp -v image/casper/filesystem.manifest image/casper/filesystem.manifest-desktop
|
||||||
|
|
||||||
REMOVE='ubiquity ubiquity-frontend-gtk ubiquity-frontend-kde casper lupin-casper live-initramfs user-setup discover1 xresprobe os-prober debian-installer4'
|
sudo sed -i '/ubiquity/d' image/casper/filesystem.manifest-desktop
|
||||||
|
|
||||||
for i in $REMOVE
|
sudo sed -i '/casper/d' image/casper/filesystem.manifest-desktop
|
||||||
do
|
|
||||||
sudo sed -i "/${i}/d" image/casper/filesystem.manifest-desktop
|
sudo sed -i '/discover/d' image/casper/filesystem.manifest-desktop
|
||||||
done
|
|
||||||
|
sudo sed -i '/laptop-detect/d' image/casper/filesystem.manifest-desktop
|
||||||
|
|
||||||
|
sudo sed -i '/os-prober/d' image/casper/filesystem.manifest-desktop
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compress the chroot
|
## Compress the chroot
|
||||||
|
|
Loading…
Reference in New Issue