X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=1f255d6ca1e78d7f87fc2e3fdd7575ea5899d5ec;hp=2369cacd2425288a9156d15aacc3f4ad2591e353;hb=dc9f2f57808d49fa70f119f9cb224ce884602c54;hpb=bfbf9fb3562addb5d17657a511e28933b7b33e4d diff --git a/grml-live b/grml-live index 2369cac..1f255d6 100755 --- a/grml-live +++ b/grml-live @@ -713,6 +713,11 @@ 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" + # 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/