summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2016-12-05 15:06:02 +0100
committerJohannes Schauer <josch@debian.org>2016-12-05 15:06:02 +0100
commit5e7e878d4d1881d1de52eedb2922dbb8c580243f (patch)
tree35b88623d21785af5333e64fb47116aae52e19ce /examples
parentc28039b7d0ed96e8df92c696abcc35b68088ca5b (diff)
Add Ubuntu examples for Trusty (closes: #847061)
Diffstat (limited to 'examples')
-rw-r--r--examples/trusty-ports.conf27
-rw-r--r--examples/trusty.conf27
2 files changed, 54 insertions, 0 deletions
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