freshen up a few of the cross examples

git-svn-id: http://emdebian.org/svn/current@8460 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 11 years ago
parent a94e562e88
commit ab99270f61

@ -3,7 +3,7 @@ include=/usr/share/multistrap/crosschroot.conf
omitrequired=false omitrequired=false
configscript= configscript=
setupscript=/usr/share/multistrap/setcrossarch.sh setupscript=/usr/share/multistrap/setcrossarch.sh
debootstrap=Debian Base Toolchains bootstrap=Debian Base Toolchains
aptsources=Debian Toolchains Foreign aptsources=Debian Toolchains Foreign
tarballname=pdebuild-cross.tgz tarballname=pdebuild-cross.tgz

@ -7,7 +7,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
@ -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=Base bootstrap=Base
aptsources=Base aptsources=Base
[Base] [Base]

@ -7,7 +7,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
@ -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]

@ -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]

@ -7,7 +7,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
@ -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=Base Build bootstrap=Base Build
aptsources=Base Build aptsources=Base Build
# Squeeze toolchains need -base from Squeeze. # Squeeze toolchains need -base from Squeeze.

@ -7,7 +7,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
@ -16,9 +16,9 @@ explicitsuite=true
# 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 Base bootstrap=Debian Base
aptsources=Debian Base aptsources=Debian Base
# Squeeze toolchains need -base from Squeeze. # Squeeze toolchains need -base from Squeeze.

@ -7,7 +7,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
@ -16,9 +16,9 @@ explicitsuite=true
# 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 Base bootstrap=Debian Base
aptsources=Debian Base aptsources=Debian Base
# Squeeze toolchains need -base from Squeeze. # Squeeze toolchains need -base from Squeeze.

@ -1,15 +0,0 @@
[General]
include=/usr/share/multistrap/crosschroot.conf
omitrequired=false
configscript=
setupscript=
debootstrap=Debian Base Toolchains
aptsources=Debian Toolchains
tarballname=pdebuild-cross.tgz
[Toolchains]
packages=g++-4.4-ia64-linux-gnu linux-libc-dev-ia64-cross
reinstall=binutils-multiarch
source=http://www.emdebian.org/debian
keyring=emdebian-archive-keyring
suite=squeeze

@ -3,7 +3,7 @@ include=/usr/share/multistrap/crosschroot.conf
omitrequired=false omitrequired=false
configscript= configscript=
setupscript=/usr/share/multistrap/setcrossarch.sh setupscript=/usr/share/multistrap/setcrossarch.sh
debootstrap=Debian Base Toolchains bootstrap=Debian Base Toolchains
aptsources=Debian Toolchains Foreign aptsources=Debian Toolchains Foreign
tarballname=pdebuild-cross.tgz tarballname=pdebuild-cross.tgz

@ -3,7 +3,7 @@ include=/usr/share/multistrap/crosschroot.conf
omitrequired=false omitrequired=false
configscript= configscript=
setupscript=/usr/share/multistrap/setcrossarch.sh setupscript=/usr/share/multistrap/setcrossarch.sh
debootstrap=Debian Base Toolchains bootstrap=Debian Base Toolchains
aptsources=Debian Toolchains Foreign aptsources=Debian Toolchains Foreign
tarballname=pdebuild-cross.tgz tarballname=pdebuild-cross.tgz

@ -3,7 +3,7 @@ include=/usr/share/multistrap/crosschroot.conf
omitrequired=false omitrequired=false
configscript= configscript=
setupscript=/usr/share/multistrap/setcrossarch.sh setupscript=/usr/share/multistrap/setcrossarch.sh
debootstrap=Debian Base Toolchains bootstrap=Debian Base Toolchains
aptsources=Debian Toolchains Foreign aptsources=Debian Toolchains Foreign
tarballname=pdebuild-cross.tgz tarballname=pdebuild-cross.tgz

@ -1,22 +0,0 @@
[General]
include=/usr/share/multistrap/crosschroot.conf
omitrequired=false
configscript=
setupscript=
debootstrap=Debian Base Toolchains
aptsources=Debian Toolchains Foreign
tarballname=pdebuild-cross.tgz
[Toolchains]
packages=g++-4.4-s390-linux-gnue linux-libc-dev-s390-cross
reinstall=binutils-multiarch
source=http://www.emdebian.org/debian
keyring=emdebian-archive-keyring
suite=squeeze
[Foreign]
packages=
source=http://cdn.debian.net/debian
keyring=debian-archive-keyring
suite=unstable
architecture=s390

@ -3,7 +3,7 @@ include=/usr/share/multistrap/crosschroot.conf
omitrequired=false omitrequired=false
configscript= configscript=
setupscript= setupscript=
debootstrap=Debian Base Toolchains bootstrap=Debian Base Toolchains
aptsources=Debian Toolchains Foreign aptsources=Debian Toolchains Foreign
tarballname=pdebuild-cross.tgz tarballname=pdebuild-cross.tgz

Loading…
Cancel
Save