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