From b54b65b9f73bdb97d9c2486f0eb021b2b1a2d30e Mon Sep 17 00:00:00 2001 From: Johannes Schauer Date: Mon, 5 Dec 2016 15:06:02 +0100 Subject: [PATCH] Add Ubuntu examples for Trusty (closes: #847061) --- debian/changelog | 1 + examples/trusty-ports.conf | 27 +++++++++++++++++++++++++++ examples/trusty.conf | 27 +++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 examples/trusty-ports.conf create mode 100644 examples/trusty.conf diff --git a/debian/changelog b/debian/changelog index b4163ae..84e84aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 05 Dec 2016 14:55:43 +0100 diff --git a/examples/trusty-ports.conf b/examples/trusty-ports.conf new file mode 100644 index 0000000..7929125 --- /dev/null +++ b/examples/trusty-ports.conf @@ -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 diff --git a/examples/trusty.conf b/examples/trusty.conf new file mode 100644 index 0000000..49399ea --- /dev/null +++ b/examples/trusty.conf @@ -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