X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=55e5ca5598fcece07eca0abe980e365404882cd1;hb=db2672a6b378240857a72f279fa3594b5d5dd0a9;hp=2369cacd2425288a9156d15aacc3f4ad2591e353;hpb=bfbf9fb3562addb5d17657a511e28933b7b33e4d;p=grml-live.git diff --git a/grml-live b/grml-live index 2369cac..55e5ca5 100755 --- a/grml-live +++ b/grml-live @@ -713,6 +713,10 @@ 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/" + # 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/