X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=fc6292f79de4511d2df326bae9ba12f45525d943;hb=09c49937040b8c4d3dfa18683ef277e481a21b1c;hp=84ef39cefc346a86ed58072b7493cabc077eca6a;hpb=1610e49264d91a2c9015583595af1b30c4c2d44a;p=grml-live.git diff --git a/grml-live b/grml-live index 84ef39c..fc6292f 100755 --- a/grml-live +++ b/grml-live @@ -635,7 +635,7 @@ if [ -z "$FAI_DEBOOTSTRAP" ] ; then fi if [ -z "$FAI_DEBOOTSTRAP_OPTS" ] ; then - FAI_DEBOOTSTRAP_OPTS="--exclude=info,tasksel,tasksel-data --arch $ARCH" + FAI_DEBOOTSTRAP_OPTS="--exclude=info,tasksel,tasksel-data --include=aptitude --arch $ARCH" fi # create backup of old (not yet automatically generated) config file @@ -1394,7 +1394,7 @@ else fi elif [ "$HYBRID_METHOD" = "isohybrid" ] ; then if ! which isohybrid >/dev/null 2>&1 ; then - bailout 12 "isohybrid binary not found - please install syslinux/syslinux-common" + bailout 12 "isohybrid binary not found - please install syslinux/syslinux-common/syslinux-utils" else log "Creating hybrid ISO file with isohybrid method" einfo "Creating hybrid ISO file with isohybrid method"