From: Michael Prokop Date: Fri, 17 Jul 2020 20:01:46 +0000 (+0200) Subject: Be more verbose about boot addons installation X-Git-Tag: v0.37.0~6 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=f625781dcedf843267fb6e0cdfd6c661534db2c3 Be more verbose about boot addons installation Otherwise it's a bit unclear whether the boot addons get installed --- diff --git a/grml-live b/grml-live index 52132d0..8d2d024 100755 --- a/grml-live +++ b/grml-live @@ -1127,6 +1127,9 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then log "Boot addons not found, skipping therefore. (Consider installing package grml-live-addons)" ewarn "Boot addons not found, skipping therefore. (Consider installing package grml-live-addons)" ; eend 0 else + log "Installing boot addons." + einfo "Installing boot addons." + # copy addons from system packages or grml-live-addons copy_addon_file ipxe.lkrn /usr/lib/ipxe addons copy_addon_file pci.ids /usr/share/misc addons @@ -1145,6 +1148,8 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then copy_addon_file memdisk /usr/lib/syslinux addons + eend 0 + # make memtest filename FAT16/8.3 compatible mv "${BUILD_OUTPUT}/boot/addons/memtest86+.bin" \ "${BUILD_OUTPUT}/boot/addons/memtest"