1 [General] 2 arch=mipsel 3 4 # same as --tidy-up option if set to true 5 cleanup=true 6 7 # same as --no-auth option if set to true 8 # keyring packages listed in each debootstrap will 9 # still be installed. 10 noauth=false 11 12 # the order of sections is not important. 13 # the debootstrap option determines which repository 14 # is used to calculate the list of Priority: required packages. 15 bootstrap=Debian 16 aptsources=Debian 17 18 [Debian] 19 packages=udev busybox-static 20 packages=openssh-server openssh-client 21 packages=plymouth dialog module-init-tools 22 packages=inetutils-ping net-tools ifupdown 23 packages=python vim 24 packages=python-pygame 25 source=http://ftp.debian.org/debian 26 keyring=debian-archive-keyring 27 suite=wheezy