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/config | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 auto/config (limited to 'auto/config') 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