From ec4e9ce9c54c369e110904d83528644beeee1340 Mon Sep 17 00:00:00 2001 From: ficus Date: Thu, 8 Nov 2012 13:40:14 -0500 Subject: initial almost-untouched debian live configuration --- auto/build | 3 +++ auto/clean | 6 ++++++ auto/config | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100755 auto/build create mode 100755 auto/clean create mode 100755 auto/config (limited to 'auto') diff --git a/auto/build b/auto/build new file mode 100755 index 0000000..6d559e8 --- /dev/null +++ b/auto/build @@ -0,0 +1,3 @@ +#!/bin/sh + +lb build noauto "${@}" 2>&1 | tee build.log diff --git a/auto/clean b/auto/clean new file mode 100755 index 0000000..3e24032 --- /dev/null +++ b/auto/clean @@ -0,0 +1,6 @@ +#!/bin/sh + +lb clean noauto "${@}" + +rm -f config/binary config/bootstrap config/chroot config/common config/source +rm -f build.log diff --git a/auto/config b/auto/config new file mode 100755 index 0000000..18c6034 --- /dev/null +++ b/auto/config @@ -0,0 +1,19 @@ +#!/bin/sh + +lb config noauto \ + --architecture armel \ + --linux-flavours kirkwood \ + --apt-secure true \ + --binary-images hdd \ + --cache true \ + --cache-indices true \ + --cache-packages true \ + --cache-stages rootfs \ + --distribution wheezy \ + --parent-distribution wheezy \ + --binary-filesystem ext3 \ + --security true \ + --debian-installer-gui false \ + --bootstrap-qemu-arch armel \ + --bootstrap-qemu-static /usr/bin/qemu-arm-static \ + "${@}" -- cgit v1.2.3