From f625781dcedf843267fb6e0cdfd6c661534db2c3 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 17 Jul 2020 22:01:46 +0200 Subject: [PATCH] Be more verbose about boot addons installation Otherwise it's a bit unclear whether the boot addons get installed --- grml-live | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.1.4