Add Raspbian stages

This commit is contained in:
Serge Schneider
2016-04-11 07:29:41 +01:00
parent 5200b19f9a
commit 99bf2f4d61
77 changed files with 777 additions and 0 deletions

5
stage4/03-cleanup/00-run.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash -e
on_chroot sh -e - <<EOF
apt-get clean
EOF