summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--examples/trusty-ports.conf27
-rw-r--r--examples/trusty.conf27
3 files changed, 55 insertions, 0 deletions
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 <josch@debian.org> 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