freshen up some of the examples
git-svn-id: http://emdebian.org/svn/current@8459 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
c6084fbc2a
commit
a94e562e88
10 changed files with 51 additions and 24 deletions
|
@ -6,7 +6,7 @@ directory=
|
||||||
# same as --tidy-up option if set to true
|
# same as --tidy-up option if set to true
|
||||||
cleanup=true
|
cleanup=true
|
||||||
# same as --no-auth option if set to true
|
# same as --no-auth option if set to true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each bootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# whether to add the /suite to be explicit about where apt
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
@ -18,9 +18,9 @@ unpack=true
|
||||||
# to stop daemons from starting during configuration.
|
# to stop daemons from starting during configuration.
|
||||||
setupscript=/usr/share/multistrap/chroot.sh
|
setupscript=/usr/share/multistrap/chroot.sh
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
# the debootstrap option determines which repository
|
# the bootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Debian
|
bootstrap=Debian
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
[Debian]
|
[Debian]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# The script is called with the following arguments:
|
# The script is called with the following arguments:
|
||||||
# $1 = $DIR - the top directory of the debootstrapped system
|
# $1 = $DIR - the top directory of the bootstrapped system
|
||||||
# $2 = $ARCH - the specified architecture, already checked with dpkg-architecture.
|
# $2 = $ARCH - the specified architecture, already checked with dpkg-architecture.
|
||||||
# setup.sh needs to be executable.
|
# setup.sh needs to be executable.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ directory=
|
||||||
# same as --tidy-up option if set to true
|
# same as --tidy-up option if set to true
|
||||||
cleanup=true
|
cleanup=true
|
||||||
# same as --no-auth option if set to true
|
# same as --no-auth option if set to true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each bootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# whether to add the /suite to be explicit about where apt
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
@ -55,9 +55,9 @@ tarballname=
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
# the debootstrap option determines which repository
|
# the bootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Debian Foreign
|
bootstrap=Debian Foreign
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
[Debian]
|
[Debian]
|
||||||
|
|
27
examples/jessie.conf
Normal file
27
examples/jessie.conf
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Example multistrap configuration file for the squeeze 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 bootstrap 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 bootstrap option determines which repository
|
||||||
|
# is used to calculate the list of Priority: required packages.
|
||||||
|
bootstrap=Debian
|
||||||
|
aptsources=Debian
|
||||||
|
|
||||||
|
[Debian]
|
||||||
|
packages=apt
|
||||||
|
source=http://cdn.debian.net/debian
|
||||||
|
keyring=debian-archive-keyring
|
||||||
|
suite=jessie
|
|
@ -6,7 +6,7 @@ directory=
|
||||||
# same as --tidy-up option if set to true
|
# same as --tidy-up option if set to true
|
||||||
cleanup=true
|
cleanup=true
|
||||||
# same as --no-auth option if set to true
|
# same as --no-auth option if set to true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each bootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=true
|
noauth=true
|
||||||
# whether to add the /suite to be explicit about where apt
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
@ -17,9 +17,9 @@ unpack=true
|
||||||
# enable MultiArch for the specified architectures
|
# enable MultiArch for the specified architectures
|
||||||
multiarch=armel mipsel
|
multiarch=armel mipsel
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
# the debootstrap option determines which repository
|
# the bootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Debian Foreign Test
|
bootstrap=Debian Foreign Test
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
[Debian]
|
[Debian]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Example multistrap configuration file
|
# Example multistrap configuration file
|
||||||
# to create a plain lenny debootstrap for amd64
|
# to create a plain Debian lenny bootstrap for amd64
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
arch=amd64
|
arch=amd64
|
||||||
|
@ -7,7 +7,7 @@ directory=/tmp/multistrap/
|
||||||
# same as --tidy-up option if set to true
|
# same as --tidy-up option if set to true
|
||||||
cleanup=true
|
cleanup=true
|
||||||
# same as --no-auth option if set to true
|
# same as --no-auth option if set to true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each bootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# whether to add the /suite to be explicit about where apt
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
@ -16,9 +16,9 @@ explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
# the debootstrap option determines which repository
|
# the bootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Debian
|
bootstrap=Debian
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
[Debian]
|
[Debian]
|
||||||
|
|
|
@ -10,7 +10,7 @@ set -e
|
||||||
|
|
||||||
# The script is called with the following arguments:
|
# The script is called with the following arguments:
|
||||||
|
|
||||||
# $1 = $DIR - the top directory of the debootstrapped system
|
# $1 = $DIR - the top directory of the bootstrapped system
|
||||||
# $2 = $ARCH - the specified architecture, already checked with dpkg-architecture.
|
# $2 = $ARCH - the specified architecture, already checked with dpkg-architecture.
|
||||||
|
|
||||||
# setup.sh needs to be executable.
|
# setup.sh needs to be executable.
|
||||||
|
|
|
@ -6,7 +6,7 @@ directory=
|
||||||
# same as --tidy-up option if set to true
|
# same as --tidy-up option if set to true
|
||||||
cleanup=true
|
cleanup=true
|
||||||
# same as --no-auth option if set to true
|
# same as --no-auth option if set to true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each bootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# whether to add the /suite to be explicit about where apt
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
@ -15,9 +15,9 @@ explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
# the debootstrap option determines which repository
|
# the bootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Debian
|
bootstrap=Debian
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
[Debian]
|
[Debian]
|
||||||
|
|
|
@ -6,7 +6,7 @@ directory=
|
||||||
# same as --tidy-up option if set to true
|
# same as --tidy-up option if set to true
|
||||||
cleanup=true
|
cleanup=true
|
||||||
# same as --no-auth option if set to true
|
# same as --no-auth option if set to true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each bootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# whether to add the /suite to be explicit about where apt
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
@ -15,9 +15,9 @@ explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
# the debootstrap option determines which repository
|
# the bootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Debian
|
bootstrap=Debian
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
[Debian]
|
[Debian]
|
||||||
|
|
|
@ -6,7 +6,7 @@ directory=
|
||||||
# same as --tidy-up option if set to true
|
# same as --tidy-up option if set to true
|
||||||
cleanup=true
|
cleanup=true
|
||||||
# same as --no-auth option if set to true
|
# same as --no-auth option if set to true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each bootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# whether to add the /suite to be explicit about where apt
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
@ -15,9 +15,9 @@ explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
# the debootstrap option determines which repository
|
# the bootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Debian
|
bootstrap=Debian
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
[Debian]
|
[Debian]
|
||||||
|
|
Loading…
Reference in a new issue