From 3254dd17c3ec48209199c86dbf43f5c7786a4b97 Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 16 Nov 2012 22:06:53 +0100 Subject: switch to http.debian.net mirror; set distro name --- auto/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'auto/config') diff --git a/auto/config b/auto/config index 0e77078..95e08eb 100755 --- a/auto/config +++ b/auto/config @@ -1,6 +1,7 @@ #!/bin/sh lb config noauto \ + --distribution "torouter" \ --architectures armel \ --linux-flavours kirkwood \ --apt-secure true \ @@ -8,6 +9,8 @@ lb config noauto \ --cache true \ --cache-indices true \ --cache-packages true \ + --parent-mirror-bootstrap http://http.debian.net/debian \ + --mirror-bootstrap http://http.debian.net/debian \ --cache-stages rootfs \ --distribution wheezy \ --parent-distribution wheezy \ @@ -20,3 +23,7 @@ lb config noauto \ --keyring-packages "debian-archive-keyring deb.torproject.org-keyring" \ --bootappend-live "boot=live config username=torouter" \ "${@}" + +# Note: chroot filesystem should be 'squashfs' for final images, 'none' for +# development +# Note: bootappend-live options are ignored when booting from u-boot -- cgit v1.2.3