X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=4d4722ae51e2820900bfc57ae48665fce3abe7c6;hb=fbf963a7daba8923a74992c3614015ecd705dff7;hp=d02bb571c8359a8e20cc248a2511a38692d91a25;hpb=0aa4a5ede5ab98c4337b7571735fcf73bc185086;p=grml-live.git diff --git a/grml-live b/grml-live index d02bb57..4d4722a 100755 --- a/grml-live +++ b/grml-live @@ -233,7 +233,7 @@ copy_addon_file() { return $? fi if [ -e "$2/$1" ]; then - echo "Copying $1 from system" + log "Copying $1 from system" cp "$2/$1" "${BUILD_OUTPUT}/boot/$3/" return $? fi @@ -738,8 +738,9 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then for file in memdisk chain.c32 hdt.c32 menu.c32; do copy_addon_file "${file}" /usr/lib/syslinux addons done - # make memtest filename FAT16/8.3 compatible - mv "${BUILD_OUTPUT}/boot/addons/memtest86+.bin" \ + + # make memtest filename FAT16/8.3 compatible + mv "${BUILD_OUTPUT}/boot/addons/memtest86+.bin" \ "${BUILD_OUTPUT}/boot/addons/memtest" # copy only files so we can handle bsd4grml on its own