X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=789d487027e83ac051308942a453f52a73c9372e;hb=9a1ee76bc3fa423968d666e36422000e4ee979d6;hp=21c84341fdec15d855731a257bde6f1553fad5aa;hpb=bd64a68280151ed3807d5f974a26ac04ef64a654;p=grml-live-grml.git diff --git a/grml-live b/grml-live index 21c8434..789d487 100755 --- a/grml-live +++ b/grml-live @@ -716,6 +716,10 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then # 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