X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=21c84341fdec15d855731a257bde6f1553fad5aa;hb=bd64a68280151ed3807d5f974a26ac04ef64a654;hp=628a6cb13eb51cfaf58dd3094ca0f8a0a5560a7b;hpb=fc4158a0d1d4faebf53e392085acad3586dde814;p=grml-live-grml.git diff --git a/grml-live b/grml-live index 628a6cb..21c8434 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/