From 182d6449c14d76b4907eccbe4180c2ea800401d2 Mon Sep 17 00:00:00 2001 From: TomasM Date: Sat, 7 Oct 2017 10:22:16 -0400 Subject: [PATCH] readme --- OS/README | 3 +++ OS/debian.txt | 4 ++++ 2 files changed, 7 insertions(+) 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 +