Use memdisk and hdt from syslinux-common package
[grml-live.git] / grml-live
index 44fcea6..6a96ce4 100755 (executable)
--- 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