diff options
author | schmelzs | 2010-02-25 19:37:32 +0100 |
---|---|---|
committer | schmelzs | 2010-02-25 19:37:32 +0100 |
commit | f686127ede6a740e0b9094df8c6e6454137bc53f (patch) | |
tree | 100c5b72a75e1e2f8f3e8dc621e59105b454031e /inc/bootstrap.inc.sh | |
parent | move default path from openslx-base-path to public-path due problems (diff) | |
download | broot-f686127ede6a740e0b9094df8c6e6454137bc53f.tar.gz broot-f686127ede6a740e0b9094df8c6e6454137bc53f.tar.xz broot-f686127ede6a740e0b9094df8c6e6454137bc53f.zip |
added bootstrap 1.0.22
Diffstat (limited to 'inc/bootstrap.inc.sh')
-rw-r--r-- | inc/bootstrap.inc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/bootstrap.inc.sh b/inc/bootstrap.inc.sh index 2eabf54..c7965bd 100644 --- a/inc/bootstrap.inc.sh +++ b/inc/bootstrap.inc.sh @@ -12,7 +12,7 @@ bootstrap () { echo -en "${R}1${NONE} " && sleep 1 && \ echo ".. go " - debootstrap squeeze $buildrootpath http://ftp.de.debian.org/debian + debootstrap --arch="i386" squeeze $buildrootpath http://ftp.de.debian.org/debian touch $buildrootpath/bootstraped sed -i -e "s,main,main non-free," $buildrootpath/etc/apt/sources.list setupBindmounts $buildrootpath |