tweak
git-svn-id: http://emdebian.org/svn/current@8026 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
0b88989248
commit
8522df7beb
4 changed files with 11 additions and 33 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
multistrap (2.1.15) unstable; urgency=low
|
||||||
|
|
||||||
|
* Clean up the retainsources behaviour (Closes: #627179)
|
||||||
|
* Implement some code for omitpreinst support.
|
||||||
|
* typo fix in manpage (Closes: #630314)
|
||||||
|
|
||||||
|
-- Neil Williams <codehelp@debian.org> Sat, 18 Jun 2011 16:17:13 +0100
|
||||||
|
|
||||||
multistrap (2.1.14) unstable; urgency=low
|
multistrap (2.1.14) unstable; urgency=low
|
||||||
|
|
||||||
* Improve device-table incrementing
|
* Improve device-table incrementing
|
||||||
|
@ -5,10 +13,8 @@ multistrap (2.1.14) unstable; urgency=low
|
||||||
allowed. dpkg does not currently support changes in /var/lib/dpkg/info
|
allowed. dpkg does not currently support changes in /var/lib/dpkg/info
|
||||||
* Read the dpkg status file to look for source packages even when no
|
* Read the dpkg status file to look for source packages even when no
|
||||||
packages needed to be downloaded or unpacked. (Closes: #623563)
|
packages needed to be downloaded or unpacked. (Closes: #623563)
|
||||||
* Clean up the retainsources behaviour (Closes: #627179)
|
|
||||||
* Implement some code for omitpreinst support.
|
|
||||||
|
|
||||||
-- Neil Williams <codehelp@debian.org> Wed, 15 Jun 2011 21:44:44 +0100
|
-- Neil Williams <codehelp@debian.org> Wed, 11 May 2011 20:30:03 +0100
|
||||||
|
|
||||||
multistrap (2.1.13) unstable; urgency=low
|
multistrap (2.1.13) unstable; urgency=low
|
||||||
|
|
||||||
|
|
1
debian/multistrap.install
vendored
1
debian/multistrap.install
vendored
|
@ -6,7 +6,6 @@ examples/setup.sh ./usr/share/doc/multistrap/examples/
|
||||||
examples/config.sh ./usr/share/doc/multistrap/examples/
|
examples/config.sh ./usr/share/doc/multistrap/examples/
|
||||||
examples/sid.conf ./usr/share/multistrap/
|
examples/sid.conf ./usr/share/multistrap/
|
||||||
examples/squeeze.conf ./usr/share/multistrap/
|
examples/squeeze.conf ./usr/share/multistrap/
|
||||||
examples/lenny.conf ./usr/share/multistrap/
|
|
||||||
examples/chroot.sh ./usr/share/multistrap/
|
examples/chroot.sh ./usr/share/multistrap/
|
||||||
examples/chroot.conf ./usr/share/multistrap/
|
examples/chroot.conf ./usr/share/multistrap/
|
||||||
check-deps.sh ./usr/share/multistrap/
|
check-deps.sh ./usr/share/multistrap/
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
# 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
|
|
||||||
# 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=
|
|
||||||
source=http://ftp.uk.debian.org/debian
|
|
||||||
keyring=debian-archive-keyring
|
|
||||||
suite=stable
|
|
|
@ -217,7 +217,7 @@ manner.
|
||||||
keyring=emdebian-archive-keyring
|
keyring=emdebian-archive-keyring
|
||||||
suite=lenny
|
suite=lenny
|
||||||
|
|
||||||
'source' is the apt source to use for this Section. (To use a local
|
'source' is the apt source to use for this Section. To use a local
|
||||||
source on the same machine, ensure you use C<copy://> not C<file://>,
|
source on the same machine, ensure you use C<copy://> not C<file://>,
|
||||||
so that apt is told to copy the packages into the rootfs instead of
|
so that apt is told to copy the packages into the rootfs instead of
|
||||||
assuming it can try to download them later - because that "later" will
|
assuming it can try to download them later - because that "later" will
|
||||||
|
@ -579,7 +579,7 @@ just workarounds and wishlist bugs should be filed in Debian against
|
||||||
packages which require the use of these mechanisms (or the packages
|
packages which require the use of these mechanisms (or the packages
|
||||||
which would prevent the particular package from operating normally).
|
which would prevent the particular package from operating normally).
|
||||||
|
|
||||||
head1 Debconf preseeding
|
=head1 Debconf preseeding
|
||||||
|
|
||||||
Adding a debconf seed can help in configuring packages to a particular
|
Adding a debconf seed can help in configuring packages to a particular
|
||||||
setting instead of the package default when running the configuration
|
setting instead of the package default when running the configuration
|
||||||
|
|
Loading…
Reference in a new issue