diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 04:35:26 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 04:35:26 +0200 |
commit | 6a889c01a73b48882c481d23f2b05d9000f56f2f (patch) | |
tree | a1d28312aca72cb073a6b2ce3db7865e2fcd125c /auto/config | |
parent | ac89baf038cdb9d9abfeb439b81562078a573604 (diff) | |
download | kanotix-6a889c01a73b48882c481d23f2b05d9000f56f2f.zip kanotix-6a889c01a73b48882c481d23f2b05d9000f56f2f.tar.gz |
changed the auto/*-scripts, added additional kanotix arguments
this replaces the old tmpfs.disabled directory, therefor it is removed
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 5441557..8ae4135 100755 --- a/auto/config +++ b/auto/config @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash MIRROR_CHROOT=http://ftp.de.debian.org/debian MIRROR_CHROOT_SECURITY=http://security.debian.org/ @@ -6,6 +6,8 @@ MIRROR_BINARY=http://ftp.de.debian.org/debian MIRROR_BINARY_SECURITY=http://security.debian.org/ MIRROR_BOOTSTRAP="$MIRROR_CHROOT" +. auto/kanotix + lh config noauto \ --iso-volume KANOTIX \ --iso-preparer kanotix.com \ @@ -57,3 +59,5 @@ mkdir -p config/chroot_local-includes/usr/local/bin grep -oe '^[^ #]*' scripts.urls | wget -i- -c -N -q -P config/chroot_local-includes/usr/local/bin chmod 755 config/chroot_local-includes/usr/local/bin/*.sh +exit 1 + |