diff --git a/OS/README b/OS/README index 9800c79..1e7ae7a 100644 --- a/OS/README +++ b/OS/README @@ -1 +1,4 @@ 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 \ No newline at end of file diff --git a/OS/debian.txt b/OS/debian.txt index e73b4ee..bbc81b9 100644 --- a/OS/debian.txt +++ b/OS/debian.txt @@ -21,7 +21,11 @@ rm -Rf /usr/share/man/?? rm -Rf /usr/share/man/*_* # now run build script +cd .. +./build apt-get install aufs-dkms # and re-setup initrd to include aufs +./initramfs/initramfs_create +