From e9df4285b31987b48f588a82a77af8191e491231 Mon Sep 17 00:00:00 2001 From: wookey Date: Fri, 6 Aug 2010 06:33:31 +0000 Subject: [PATCH] Add example configs for Ubuntu (i386 and amd64) git-svn-id: http://emdebian.org/svn/current@7362 563faec7-e20c-0410-992a-a66f704d0ccd --- examples/jaunty.conf | 27 +++++++++++++++++++++++++++ examples/lucid.conf | 27 +++++++++++++++++++++++++++ examples/maverick.conf | 27 +++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 examples/jaunty.conf create mode 100644 examples/lucid.conf create mode 100644 examples/maverick.conf diff --git a/examples/jaunty.conf b/examples/jaunty.conf new file mode 100644 index 0000000..09b482d --- /dev/null +++ b/examples/jaunty.conf @@ -0,0 +1,27 @@ +# Example multistrap configuration file for the sid 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=jaunty diff --git a/examples/lucid.conf b/examples/lucid.conf new file mode 100644 index 0000000..1e53727 --- /dev/null +++ b/examples/lucid.conf @@ -0,0 +1,27 @@ +# Example multistrap configuration file for the sid 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=lucid diff --git a/examples/maverick.conf b/examples/maverick.conf new file mode 100644 index 0000000..446ce78 --- /dev/null +++ b/examples/maverick.conf @@ -0,0 +1,27 @@ +# Example multistrap configuration file for the sid 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=maverick