diff options
author | ficus <ficus@robocracy.org> | 2012-11-16 22:06:53 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-16 22:06:53 +0100 |
commit | 3254dd17c3ec48209199c86dbf43f5c7786a4b97 (patch) | |
tree | b15a203f730ecfb4ef0db299fab7619f8bb33308 /auto | |
parent | 5db8950ab3502b73df459b124887fef0338fb83b (diff) | |
download | torouter-live-3254dd17c3ec48209199c86dbf43f5c7786a4b97.tar.gz torouter-live-3254dd17c3ec48209199c86dbf43f5c7786a4b97.zip |
switch to http.debian.net mirror; set distro name
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 7 |
1 files changed, 7 insertions, 0 deletions
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 |