# HG changeset patch # User Paul Boddie # Date 1394574677 -3600 # Node ID 14b1d9e1d710a19dbc5bf9128e15c6e126cafa5e # Parent 1ab568f9521e67d8a1285e713997dc3201e50b63 Moved multistrap configuration files into the conf directory. Added a .hgignore file and updated the documentation to mention the conf directory. diff -r 1ab568f9521e -r 14b1d9e1d710 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue Mar 11 22:51:17 2014 +0100 @@ -0,0 +1,2 @@ +tmp +rootfs diff -r 1ab568f9521e -r 14b1d9e1d710 README.txt --- a/README.txt Mon Jul 29 23:38:51 2013 +0200 +++ b/README.txt Tue Mar 11 22:51:17 2014 +0100 @@ -95,7 +95,7 @@ multistrap -f multistrap-squeeze-mipsel.conf -d rootfs -If this operation fails with errors related to repository public keys, you may need to install a newer version of multistrap as described above. +If this operation fails with errors related to repository public keys, you may need to install a newer version of multistrap as described above. A selection of configuration files can be found in the conf directory in the qi-emdebian distribution. === Configuring the Installation === diff -r 1ab568f9521e -r 14b1d9e1d710 conf/multistrap-squeeze-mipsel.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf/multistrap-squeeze-mipsel.conf Tue Mar 11 22:51:17 2014 +0100 @@ -0,0 +1,30 @@ +[General] +arch=mipsel + +# same as --tidy-up option if set to true +cleanup=true + +# same as --no-auth option if set to true +# keyring packages listed in each debootstrap will +# still be installed. +noauth=false + +# the order of sections is not important. +# the debootstrap option determines which repository +# is used to calculate the list of Priority: required packages. +bootstrap=Grip Debian +aptsources=Grip Debian + +[Grip] +packages=udev busybox-static +packages=openssh-server openssh-client console-tools dialog module-init-tools inetutils-ping net-tools ifupdown +packages=python python-pygame vim +source=http://www.emdebian.org/grip +keyring=emdebian-archive-keyring +suite=squeeze + +[Debian] +packages= +source=http://ftp.debian.org/debian +keyring=debian-archive-keyring +suite=squeeze diff -r 1ab568f9521e -r 14b1d9e1d710 conf/multistrap-wheezy-debian-mipsel.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf/multistrap-wheezy-debian-mipsel.conf Tue Mar 11 22:51:17 2014 +0100 @@ -0,0 +1,27 @@ +[General] +arch=mipsel + +# same as --tidy-up option if set to true +cleanup=true + +# same as --no-auth option if set to true +# keyring packages listed in each debootstrap will +# still be installed. +noauth=false + +# the order of sections is not important. +# the debootstrap option determines which repository +# is used to calculate the list of Priority: required packages. +bootstrap=Debian +aptsources=Debian + +[Debian] +packages=udev busybox-static +packages=openssh-server openssh-client +packages=plymouth dialog module-init-tools +packages=inetutils-ping net-tools ifupdown +packages=python vim +packages=python-pygame +source=http://ftp.debian.org/debian +keyring=debian-archive-keyring +suite=wheezy diff -r 1ab568f9521e -r 14b1d9e1d710 conf/multistrap-wheezy-mipsel.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf/multistrap-wheezy-mipsel.conf Tue Mar 11 22:51:17 2014 +0100 @@ -0,0 +1,33 @@ +[General] +arch=mipsel + +# same as --tidy-up option if set to true +cleanup=true + +# same as --no-auth option if set to true +# keyring packages listed in each debootstrap will +# still be installed. +noauth=false + +# the order of sections is not important. +# the debootstrap option determines which repository +# is used to calculate the list of Priority: required packages. +bootstrap=Grip Debian +aptsources=Grip Debian + +[Grip] +packages=udev busybox-static +packages=openssh-server openssh-client +packages=plymouth dialog module-init-tools +packages=inetutils-ping net-tools ifupdown +packages=python vim +#packages=python-pygame +source=http://ftp.uk.debian.org/emdebian/grip +keyring=emdebian-archive-keyring +suite=wheezy-grip + +[Debian] +packages=python-pygame +source=http://ftp.debian.org/debian +keyring=debian-archive-keyring +suite=wheezy diff -r 1ab568f9521e -r 14b1d9e1d710 multistrap-squeeze-mipsel.conf --- a/multistrap-squeeze-mipsel.conf Mon Jul 29 23:38:51 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -[General] -arch=mipsel - -# same as --tidy-up option if set to true -cleanup=true - -# same as --no-auth option if set to true -# keyring packages listed in each debootstrap will -# still be installed. -noauth=false - -# the order of sections is not important. -# the debootstrap option determines which repository -# is used to calculate the list of Priority: required packages. -bootstrap=Grip Debian -aptsources=Grip Debian - -[Grip] -packages=udev busybox-static -packages=openssh-server openssh-client console-tools dialog module-init-tools inetutils-ping net-tools ifupdown -packages=python python-pygame vim -source=http://www.emdebian.org/grip -keyring=emdebian-archive-keyring -suite=squeeze - -[Debian] -packages= -source=http://ftp.debian.org/debian -keyring=debian-archive-keyring -suite=squeeze diff -r 1ab568f9521e -r 14b1d9e1d710 multistrap-wheezy-mipsel.conf --- a/multistrap-wheezy-mipsel.conf Mon Jul 29 23:38:51 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -[General] -arch=mipsel - -# same as --tidy-up option if set to true -cleanup=true - -# same as --no-auth option if set to true -# keyring packages listed in each debootstrap will -# still be installed. -noauth=false - -# the order of sections is not important. -# the debootstrap option determines which repository -# is used to calculate the list of Priority: required packages. -bootstrap=Grip Debian -aptsources=Grip Debian - -[Grip] -packages=udev busybox-static -packages=openssh-server openssh-client -packages=plymouth dialog module-init-tools -packages=inetutils-ping net-tools ifupdown -packages=python vim -#packages=python-pygame -source=http://ftp.uk.debian.org/emdebian/grip -keyring=emdebian-archive-keyring -suite=wheezy-grip - -[Debian] -packages=python-pygame -source=http://ftp.debian.org/debian -keyring=debian-archive-keyring -suite=wheezy