X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=150ada2cf554815838dc8d5af2f3481747bd3f15;hp=84ef39cefc346a86ed58072b7493cabc077eca6a;hb=96dd50bc39ed1093afa12ed48b327f9773243b12;hpb=1610e49264d91a2c9015583595af1b30c4c2d44a diff --git a/grml-live b/grml-live index 84ef39c..150ada2 100755 --- a/grml-live +++ b/grml-live @@ -631,11 +631,11 @@ fi # generate nfsroot configuration for FAI on the fly if [ -z "$FAI_DEBOOTSTRAP" ] ; then - FAI_DEBOOTSTRAP="$SUITE http://http.debian.net/debian" + FAI_DEBOOTSTRAP="$SUITE http://ftp.debian.org/debian" 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 @@ -942,10 +942,12 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then else syslinux_modules_dir=/usr/lib/syslinux fi - for file in memdisk chain.c32 hdt.c32 mboot.c32 menu.c32; do + for file in chain.c32 hdt.c32 mboot.c32 menu.c32; do copy_addon_file "${file}" "${syslinux_modules_dir}" addons done + copy_addon_file memdisk /usr/lib/syslinux addons + # make memtest filename FAT16/8.3 compatible mv "${BUILD_OUTPUT}/boot/addons/memtest86+.bin" \ "${BUILD_OUTPUT}/boot/addons/memtest" @@ -1394,7 +1396,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"