aboutsummaryrefslogtreecommitdiffstats
path: root/auto
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-16 22:28:02 +0100
committerficus <ficus@robocracy.org>2012-11-17 00:50:06 +0100
commit84dc6afb32efd3755013e4639cca027e5cba4df8 (patch)
tree84a7cf34c8057d71de7441f150385ae7ed643494 /auto
parent7ca7298d173443d17ae5f029dd308f6de9c975e9 (diff)
downloadtorouter-live-84dc6afb32efd3755013e4639cca027e5cba4df8.tar.gz
torouter-live-84dc6afb32efd3755013e4639cca027e5cba4df8.zip
update documentation
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config11
1 files changed, 7 insertions, 4 deletions
diff --git a/auto/config b/auto/config
index 95e08eb..704bfe9 100755
--- a/auto/config
+++ b/auto/config
@@ -21,9 +21,12 @@ 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 "boot=live config username=torouter" \
+ --bootappend-live "console=ttyS0,115200 boot=live config username=torouter hostname=torouter live-media=/dev/sdb1 live-media-timeout=10 debug plainroot" \
"${@}"
-# Note: chroot filesystem should be 'squashfs' for final images, 'none' for
-# development
-# Note: bootappend-live options are ignored when booting from u-boot
+# 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