X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=789d487027e83ac051308942a453f52a73c9372e;hb=9a1ee76bc3fa423968d666e36422000e4ee979d6;hp=effb14bca3da27537616f6d01bb731b98b6e20dc;hpb=2d0dfe2f61f32815aeff4d8b29b58d58341b6e75;p=grml-live-grml.git diff --git a/grml-live b/grml-live index effb14b..789d487 100755 --- a/grml-live +++ b/grml-live @@ -715,6 +715,11 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then 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" + 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