X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=44fcea6c78fc0deefddc8cdb5bf60c12c34713d6;hp=2369cacd2425288a9156d15aacc3f4ad2591e353;hb=3e2cebaf9decc2c097fbcc4e5e17350913a60fcf;hpb=bfbf9fb3562addb5d17657a511e28933b7b33e4d diff --git a/grml-live b/grml-live index 2369cac..44fcea6 100755 --- a/grml-live +++ b/grml-live @@ -713,6 +713,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 + # copy addons from Depended packages + cp -a /usr/lib/ipxe/ipxe.lkrn "${TEMPLATE_DIRECTORY}/boot/addons/" + # 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/