#!/bin/sh lb config noauto \ --architectures armel \ --linux-flavours kirkwood \ --apt-secure true \ --binary-images hdd \ --cache true \ --cache-indices true \ --cache-packages true \ --cache-stages rootfs \ --distribution wheezy \ --parent-distribution wheezy \ --binary-filesystem ext3 \ --chroot-filesystem none \ --security true \ --debian-installer-gui false \ --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" \ "${@}"