diff options
author | ficus <ficus@robocracy.org> | 2012-11-19 17:47:38 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-19 17:47:38 +0100 |
commit | c59fdba5f7f52933e83a59d45c94c31adf06f777 (patch) | |
tree | d88cd2bed533bebe5f2c7d27c2d0d55b9bad9e1d /auto | |
parent | 7a95954b644e0fc8528f2ccf283d233ae732fc09 (diff) | |
download | torouter-live-c59fdba5f7f52933e83a59d45c94c31adf06f777.tar.gz torouter-live-c59fdba5f7f52933e83a59d45c94c31adf06f777.zip |
simplify auto/config
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/auto/config b/auto/config index b629fd3..5bb5195 100755 --- a/auto/config +++ b/auto/config @@ -20,12 +20,11 @@ lb config noauto \ --bootstrap-qemu-arch armel \ --bootstrap-qemu-static /usr/bin/qemu-arm-static \ --keyring-packages "debian-archive-keyring deb.torproject.org-keyring" \ - --bootappend-live "console=ttyS0,115200 boot=live config username=torouter hostname=torouter live-media=/dev/sdb1 live-media-timeout=10 debug plainroot" \ + --bootappend-live "console=ttyS0,115200" \ "${@}" # Note: chroot filesystem should be 'squashfs' for production images (?), or # 'none' for development (easier to modify and debug rootfs) -# Note: bootappend-live options are ignored when booting from u-boot, but are -# included here for clarity. check ../doc for most up-to-date recommended boot -# flags +# Note: bootappend-live options are ignored when booting from u-boot. Check +# ../doc for most up-to-date recommended boot flags |