diff --git a/debian/changelog b/debian/changelog index 0443282..ff7275d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ multistrap (2.1.11) unstable; urgency=low * Fix examples in comments within device_table.txt to use consistent tabs. (Closes: #611808) + * Add example for wheezy and use permanent codenames. - -- Neil Williams Sun, 06 Feb 2011 09:30:36 +0000 + -- Neil Williams Sun, 06 Feb 2011 20:36:49 +0000 multistrap (2.1.10) experimental; urgency=low diff --git a/examples/sid.conf b/examples/sid.conf index 23e93f4..99f2a3b 100644 --- a/examples/sid.conf +++ b/examples/sid.conf @@ -21,7 +21,7 @@ debootstrap=Debian aptsources=Debian [Debian] -packages= +packages=apt source=http://ftp.uk.debian.org/debian keyring=debian-archive-keyring -suite=unstable +suite=sid diff --git a/examples/squeeze.conf b/examples/squeeze.conf index 3bc60e4..5503815 100644 --- a/examples/squeeze.conf +++ b/examples/squeeze.conf @@ -21,7 +21,7 @@ debootstrap=Debian aptsources=Debian [Debian] -packages= +packages=apt source=http://ftp.uk.debian.org/debian keyring=debian-archive-keyring -suite=testing +suite=squeeze diff --git a/examples/wheezy.conf b/examples/wheezy.conf new file mode 100644 index 0000000..5a61807 --- /dev/null +++ b/examples/wheezy.conf @@ -0,0 +1,27 @@ +# Example multistrap configuration file for the squeeze shortcut. + +[General] +arch= +directory= +# 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 +# whether to add the /suite to be explicit about where apt +# needs to look for packages. Default is false. +explicitsuite=false +# extract all downloaded archives (default is true) +unpack=true +# the order of sections is not important. +# the debootstrap option determines which repository +# is used to calculate the list of Priority: required packages. +debootstrap=Debian +aptsources=Debian + +[Debian] +packages=apt +source=http://ftp.uk.debian.org/debian +keyring=debian-archive-keyring +suite=wheezy