Be more verbose about boot addons installation
authorMichael Prokop <mika@grml.org>
Fri, 17 Jul 2020 20:01:46 +0000 (22:01 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 17 Jul 2020 20:01:46 +0000 (22:01 +0200)
Otherwise it's a bit unclear whether the boot addons get installed

grml-live

index 52132d0..8d2d024 100755 (executable)
--- 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"