X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=150ada2cf554815838dc8d5af2f3481747bd3f15;hp=fc6292f79de4511d2df326bae9ba12f45525d943;hb=96dd50bc39ed1093afa12ed48b327f9773243b12;hpb=09c49937040b8c4d3dfa18683ef277e481a21b1c diff --git a/grml-live b/grml-live index fc6292f..150ada2 100755 --- a/grml-live +++ b/grml-live @@ -631,7 +631,7 @@ 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 @@ -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"