X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=150615bd9d1c311489b981dc92da34da1256c7fb;hb=0b3a678cb1bed476ece53502433fcc7b033eb62a;hp=5e081bab90036b4055b3f8db3ed59484cd930973;hpb=82345f34a6fd3441ce4c65483c056e078370d6f9;p=grml-live.git diff --git a/grml-live b/grml-live index 5e081ba..150615b 100755 --- a/grml-live +++ b/grml-live @@ -562,7 +562,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then if [ -z "$NO_ADDONS" ] ; then if ! [ -d /usr/share/grml-live/templates/boot/addons/bsd4grml ] ; then - ewarn "Boot addons not found, skipping therefor. (Consider installing package grml-live-addons)" ; eend 0 + ewarn "Boot addons not found, skipping therefore. (Consider installing package grml-live-addons)" ; eend 0 else # copy only files so we can handle bsd4grml on its own for file in ${TEMPLATE_DIRECTORY}/boot/addons/* ; do @@ -776,7 +776,10 @@ else else log "Creating hybrid ISO file with manifold method" einfo "Creating hybrid ISO file with manifold method" - echo 1 63 | mksh /usr/share/grml-live/scripts/bootgrub.mksh | cat - boot/grub/core.img | dd conv=notrunc of="${ISO_OUTPUT}/${ISO_NAME}" conv=notrunc + echo 1 63 | \ + mksh /usr/share/grml-live/scripts/bootgrub.mksh -A -M 1 -p 0x83 -g $cyls:16:32 | \ + cat - boot/grub/core.img | \ + dd conv=notrunc of="${ISO_OUTPUT}/${ISO_NAME}" conv=notrunc 2>/dev/null eend $? fi fi