X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=6a96ce49c6e4b00b3cf975abbf107f89115cbae3;hb=d4af86eccb5471c503bebd3c689c7ed37fb0c554;hp=44fcea6c78fc0deefddc8cdb5bf60c12c34713d6;hpb=3e2cebaf9decc2c097fbcc4e5e17350913a60fcf;p=grml-live.git diff --git a/grml-live b/grml-live index 44fcea6..6a96ce4 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