diff options
author | ficus <ficus@robocracy.org> | 2012-11-24 04:10:02 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-24 04:10:02 +0100 |
commit | e2cef48cffcb07222263bcf93e9268ad2fc9b432 (patch) | |
tree | 1231b2690ed3ea3b63e39e63f9ed0f2f7295a2a5 /auto | |
parent | 6571b09fc4530b56d52ccaa66cba1cfb477400f2 (diff) | |
download | torouter-live-e2cef48cffcb07222263bcf93e9268ad2fc9b432.tar.gz torouter-live-e2cef48cffcb07222263bcf93e9268ad2fc9b432.zip |
move to squashfs, not-chroot builds
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 67a8c53..68a3b95 100755 --- a/auto/config +++ b/auto/config @@ -1,6 +1,7 @@ #!/bin/sh lb config noauto \ + --build-with-chroot false \ --distribution "torouter" \ --architectures armel \ --linux-flavours kirkwood \ @@ -17,7 +18,7 @@ lb config noauto \ --distribution wheezy \ --parent-distribution wheezy \ --binary-filesystem ext3 \ - --chroot-filesystem none \ + --chroot-filesystem squashfs \ --security true \ --debian-installer-gui false \ --bootstrap-qemu-arch armel \ |