Add example for wheezy and use permanent codenames.

git-svn-id: http://emdebian.org/svn/current@7750 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 13 years ago
parent 3bb4adb00f
commit 1a736b4e46

3
debian/changelog vendored

@ -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 <codehelp@debian.org> Sun, 06 Feb 2011 09:30:36 +0000
-- Neil Williams <codehelp@debian.org> Sun, 06 Feb 2011 20:36:49 +0000
multistrap (2.1.10) experimental; urgency=low

@ -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

@ -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

@ -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
Loading…
Cancel
Save