Add Ubuntu examples for Trusty (closes: #847061)
This commit is contained in:
parent
45d773e38b
commit
388d1f032a
3 changed files with 55 additions and 0 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ multistrap (2.2.6) UNRELEASED; urgency=medium
|
|||
|
||||
* Fix value for Dir::Etc::Trusted to point at trusted.gpg outside of
|
||||
trusted.gpg.d (Thanks, Steve Langasek)
|
||||
* Add Ubuntu examples for Trusty (closes: #847061)
|
||||
|
||||
-- Johannes Schauer <josch@debian.org> Mon, 05 Dec 2016 14:55:43 +0100
|
||||
|
||||
|
|
27
examples/trusty-ports.conf
Normal file
27
examples/trusty-ports.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Example multistrap configuration file for the trusty-ports shortcut.
|
||||
|
||||
[General]
|
||||
arch=armhf
|
||||
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=UbuntuPorts
|
||||
aptsources=UbuntuPorts
|
||||
|
||||
[UbuntuPorts]
|
||||
packages=apt
|
||||
source=http://ports.ubuntu.com/
|
||||
keyring=ubuntu-keyring
|
||||
suite=trusty universe
|
27
examples/trusty.conf
Normal file
27
examples/trusty.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Example multistrap configuration file for the trusty 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=Ubuntu
|
||||
aptsources=Ubuntu
|
||||
|
||||
[Ubuntu]
|
||||
packages=apt
|
||||
source=http://archive.ubuntu.com/ubuntu
|
||||
keyring=ubuntu-keyring
|
||||
suite=trusty
|
Loading…
Reference in a new issue