diff --git a/examples/grip-lenny.conf b/examples/grip-lenny.conf deleted file mode 100644 index 07ebb95..0000000 --- a/examples/grip-lenny.conf +++ /dev/null @@ -1,33 +0,0 @@ -# Example multistrap configuration file for the lenny 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=Emdebian Updates -aptsources=Emdebian Updates - -[Emdebian] -packages= -source=http://www.emdebian.org/grip -keyring=emdebian-archive-keyring -suite=stable - -[Updates] -packages= -source=http://www.emdebian.org/grip -keyring=emdebian-archive-keyring -suite=stable-proposed-updates diff --git a/examples/grip-sid.conf b/examples/grip-sid.conf deleted file mode 100644 index a14a29a..0000000 --- a/examples/grip-sid.conf +++ /dev/null @@ -1,27 +0,0 @@ -# Example multistrap configuration file for the lenny 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=Emdebian -aptsources=Emdebian - -[Emdebian] -packages= -source=http://www.emdebian.org/grip -keyring=emdebian-archive-keyring -suite=unstable diff --git a/examples/grip-squeeze.conf b/examples/grip-squeeze.conf deleted file mode 100644 index 0bb5ef1..0000000 --- a/examples/grip-squeeze.conf +++ /dev/null @@ -1,27 +0,0 @@ -# Example multistrap configuration file for the lenny 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=Emdebian -aptsources=Emdebian - -[Emdebian] -packages= -source=http://www.emdebian.org/grip -keyring=emdebian-archive-keyring -suite=testing diff --git a/examples/jaunty.conf b/examples/jaunty.conf deleted file mode 100644 index 09b482d..0000000 --- a/examples/jaunty.conf +++ /dev/null @@ -1,27 +0,0 @@ -# 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 deleted file mode 100644 index 1e53727..0000000 --- a/examples/lucid.conf +++ /dev/null @@ -1,27 +0,0 @@ -# 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 deleted file mode 100644 index 0a3dce6..0000000 --- a/examples/maverick.conf +++ /dev/null @@ -1,27 +0,0 @@ -# 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 universe