diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-11-22 10:52:05 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-11-22 10:52:05 +0100 |
commit | 8b562b1f619fc5465b1de03eaca0cc2a8828eabb (patch) | |
tree | 0a77bfaa7ef92a2b2207787ba9605547afedceca /auto/config | |
parent | d773bf41e00e1d63249672e491c6be95847799eb (diff) | |
download | kanotix-8b562b1f619fc5465b1de03eaca0cc2a8828eabb.zip kanotix-8b562b1f619fc5465b1de03eaca0cc2a8828eabb.tar.gz |
use --package-lists instead of --kanotix-flavours
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 0b7ed72..008ef18 100755 --- a/auto/config +++ b/auto/config @@ -8,6 +8,9 @@ MIRROR_BOOTSTRAP="$MIRROR_CHROOT" . auto/kanotix +# preset default packages list +export LB_PACKAGES_LISTS="kanotix-master" + lb config noauto \ --iso-volume KANOTIX \ --iso-preparer kanotix.com \ @@ -33,7 +36,6 @@ lb config noauto \ --mirror-binary ${MIRROR_BINARY} \ --mirror-binary-security ${MIRROR_BINARY_SECURITY} \ --binary-indices true \ - --packages-lists "standard-x11" \ ${@} # hostname and username are configured in config/chroot_local-includes/etc/live/config.conf |