X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=789d487027e83ac051308942a453f52a73c9372e;hb=9a1ee76bc3fa423968d666e36422000e4ee979d6;hp=628a6cb13eb51cfaf58dd3094ca0f8a0a5560a7b;hpb=fc4158a0d1d4faebf53e392085acad3586dde814;p=grml-live-grml.git diff --git a/grml-live b/grml-live index 628a6cb..789d487 100755 --- a/grml-live +++ b/grml-live @@ -713,6 +713,14 @@ 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 + # copy addons from Depended packages + cp -a /usr/lib/ipxe/ipxe.lkrn "${TEMPLATE_DIRECTORY}/boot/addons/" + cp -a /usr/share/misc/pci.ids "${TEMPLATE_DIRECTORY}/boot/addons/" + cp -a /boot/memtest86+.bin "${TEMPLATE_DIRECTORY}/boot/addons/memtest" + for file in memdisk chain.c32 hdt.c32 menu.c32; do + cp -a "/usr/lib/syslinux/${file}" "${TEMPLATE_DIRECTORY}/boot/addons/" + done + # copy only files so we can handle bsd4grml on its own for file in ${TEMPLATE_DIRECTORY}/boot/addons/* ; do test -f $file && cp $file "$BUILD_OUTPUT"/boot/addons/