diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-11-09 15:41:33 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-11-09 15:41:33 +0100 |
commit | 3c071f6ff60e6fd5afde17d113beb50f1e246422 (patch) | |
tree | 2fcff4f5deee5d55b402f6dfbb35f31d835452c6 /auto/config | |
parent | 919e5d202ca3c34518d6ff6c22299dd41a5fdcb6 (diff) | |
download | kanotix-3c071f6ff60e6fd5afde17d113beb50f1e246422.zip kanotix-3c071f6ff60e6fd5afde17d113beb50f1e246422.tar.gz |
improved compat functions
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/auto/config b/auto/config index 74de21f..fc9de9c 100755 --- a/auto/config +++ b/auto/config @@ -39,17 +39,9 @@ lb config noauto \ --mirror-binary ${MIRROR_BINARY} \ --mirror-binary-security ${MIRROR_BINARY_SECURITY} \ --binary-indices true \ - "${@}" || exit $? - -# hostname and username are configured in config/chroot_local-includes/etc/live/config.conf -#lb config noauto \ -# --hostname Kanotix \ -# --username kanotix \ - -# disable firmware packages (needed for newer lb versions) -lb config noauto \ --firmware-binary false \ - --firmware-chroot false + --firmware-chroot false \ + "${@}" || exit $? . config/binary . config/bootstrap |