From: Thorsten Glaser Date: Sun, 7 Jun 2009 18:09:03 +0000 (+0000) Subject: Change partition type to 0x83, as this is custom on Linux. X-Git-Tag: v0.9.18~5 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=0b3a678cb1bed476ece53502433fcc7b033eb62a Change partition type to 0x83, as this is custom on Linux. Signed-off-by: Thorsten Glaser --- diff --git a/grml-live b/grml-live index 0ee4a42..150615b 100755 --- a/grml-live +++ b/grml-live @@ -777,7 +777,7 @@ 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 -A -M 1 -g $cyls:16:32 | \ + 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 $?