diff options
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 |