X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=da67813509d121a81cb6925c5f419b8e240b0a6b;hp=0c35a3a4c190f20c85c4646b55c48562a214f857;hb=51cffccb5848a8b049dce858551ee6759117e123;hpb=433c8fa0c9e39e8fcd7869e9ac92d6790fd81350 diff --git a/grml-live b/grml-live index 0c35a3a..da67813 100755 --- a/grml-live +++ b/grml-live @@ -1043,6 +1043,13 @@ else else log "Creating hybrid ISO file with isohybrid method" einfo "Creating hybrid ISO file with isohybrid method" + # Notes for consideration: + # "-entry 4 -type 1c" + # * using 4 as the partition number is supposed to help with BIOSes + # that only support USB-Zip boot + # * using 1c (i.e. hidden FAT32 LBA), instead of the default 0x17 + # (hidden NTFS, IIRC), as the partition type is sometimes needed + # to get the BIOS even look at the partition created by isohybrid isohybrid "${ISO_OUTPUT}/${ISO_NAME}" eend $? fi