X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=e2719b189d4500a7f67f07d10607da4c308f9394;hb=3f4262cb5146ecf10f28f34073600e76ca3a4063;hp=2c4d4a26ce8687ff5c3d18d4c55b859a4546fcab;hpb=66739037e14da89f1805d9c6f4e7f2b1fed59cf8;p=grml-live.git diff --git a/grml-live b/grml-live index 2c4d4a2..e2719b1 100755 --- a/grml-live +++ b/grml-live @@ -902,6 +902,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then cp -a "${CHROOT_OUTPUT}"/usr/lib/grub/*-pc/*.lst "${BUILD_OUTPUT}"/boot/grub/ cp -a "${CHROOT_OUTPUT}"/usr/share/grub/ascii.pf2 "${BUILD_OUTPUT}"/boot/grub/ cp -a "${CHROOT_OUTPUT}"/boot/grub/core.img "${BUILD_OUTPUT}"/boot/grub/ + cp -a "${CHROOT_OUTPUT}"/boot/grub/grub.img "${BUILD_OUTPUT}"/boot/grub/ if ! [ -d "${TEMPLATE_DIRECTORY}"/GRML ] ; then log "Error: ${TEMPLATE_DIRECTORY}/GRML does not exist. Exiting."