Add shortcut conf files
git-svn-id: http://emdebian.org/svn/current@6768 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
f4b83edbfd
commit
77a68dd609
5 changed files with 77 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
||||||
emdebian-rootfs (2.0.5) unstable; urgency=low
|
emdebian-rootfs (2.0.5) unstable; urgency=low
|
||||||
|
|
||||||
* [INTL:fr] French program output translation (Closes: #558834)
|
* [INTL:fr] French program output translation (Closes: #558834)
|
||||||
|
* Add shortcut conf files
|
||||||
|
|
||||||
-- Neil Williams <codehelp@debian.org> Tue, 01 Dec 2009 07:52:08 +0000
|
-- Neil Williams <codehelp@debian.org> Sat, 27 Feb 2010 19:59:04 +0000
|
||||||
|
|
||||||
emdebian-rootfs (2.0.4) unstable; urgency=low
|
emdebian-rootfs (2.0.4) unstable; urgency=low
|
||||||
|
|
||||||
|
|
3
debian/multistrap.install
vendored
3
debian/multistrap.install
vendored
|
@ -2,4 +2,7 @@ em_multistrap ./usr/sbin/
|
||||||
multistrap ./usr/sbin/
|
multistrap ./usr/sbin/
|
||||||
doc/multistrap/man/* ./usr/share/man/
|
doc/multistrap/man/* ./usr/share/man/
|
||||||
examples/multistrap-example.conf ./usr/share/doc/multistrap/examples/
|
examples/multistrap-example.conf ./usr/share/doc/multistrap/examples/
|
||||||
|
examples/sid.conf ./usr/share/multistrap/
|
||||||
|
examples/squeeze.conf ./usr/share/multistrap/
|
||||||
|
examples/lenny.conf ./usr/share/multistrap/
|
||||||
bash/multistrap ./etc/bash_completion.d/
|
bash/multistrap ./etc/bash_completion.d/
|
||||||
|
|
24
examples/lenny.conf
Normal file
24
examples/lenny.conf
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Example multistrap configuration file for the lenny 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
|
||||||
|
# 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=
|
||||||
|
source=http://ftp.uk.debian.org/debian
|
||||||
|
keyring=debian-archive-keyring
|
||||||
|
suite=lenny
|
24
examples/sid.conf
Normal file
24
examples/sid.conf
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Example multistrap configuration file for the sid 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
|
||||||
|
# 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=
|
||||||
|
source=http://ftp.uk.debian.org/debian
|
||||||
|
keyring=debian-archive-keyring
|
||||||
|
suite=sid
|
24
examples/squeeze.conf
Normal file
24
examples/squeeze.conf
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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
|
||||||
|
# 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=
|
||||||
|
source=http://ftp.uk.debian.org/debian
|
||||||
|
keyring=debian-archive-keyring
|
||||||
|
suite=squeeze
|
Loading…
Reference in a new issue