readme
parent
4a081ac1c8
commit
182d6449c1
|
|
@ -1 +1,4 @@
|
||||||
These files contain suggested commands used to setup given OS for minimal install
|
These files contain suggested commands used to setup given OS for minimal install
|
||||||
|
|
||||||
|
You should not run the files as scripts, it should be rather used as a guide
|
||||||
|
to let you know what to delete, what to run and how
|
||||||
|
|
@ -21,7 +21,11 @@ rm -Rf /usr/share/man/??
|
||||||
rm -Rf /usr/share/man/*_*
|
rm -Rf /usr/share/man/*_*
|
||||||
|
|
||||||
# now run build script
|
# now run build script
|
||||||
|
cd ..
|
||||||
|
./build
|
||||||
|
|
||||||
apt-get install aufs-dkms
|
apt-get install aufs-dkms
|
||||||
|
|
||||||
# and re-setup initrd to include aufs
|
# and re-setup initrd to include aufs
|
||||||
|
./initramfs/initramfs_create
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue