Drop lomoco from GRML_FULL.
authorMichael Prokop <mika@grml.org>
Sat, 12 Dec 2009 12:23:03 +0000 (13:23 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 12 Dec 2009 12:23:47 +0000 (13:23 +0100)
debian/changelog
etc/grml/fai/config/package_config/GRML_FULL
grml-live

index 107a341..50e96e9 100644 (file)
@@ -22,6 +22,7 @@ grml-live (0.9.33) UNRELEASED; urgency=low
     - Add iscsitarget-module-2.6.31-grml64 to GRML_FULL.
     - Add nbd-server + nbd-client to GRML_FULL (thanks to Xuân Baldauf).
     - Drop (unavailable) at76-usb-modules-2.6.31-grml from GRML_MEDIUM.
     - Add iscsitarget-module-2.6.31-grml64 to GRML_FULL.
     - Add nbd-server + nbd-client to GRML_FULL (thanks to Xuân Baldauf).
     - Drop (unavailable) at76-usb-modules-2.6.31-grml from GRML_MEDIUM.
+    - Drop lomoco from GRML_FULL (bad state, unnecessary).
     * GRML* classes:
       - drop grml-scanpartitions
       - add grml-udev-config
     * GRML* classes:
       - drop grml-scanpartitions
       - add grml-udev-config
index 3a6fe35..881b899 100644 (file)
@@ -912,7 +912,6 @@ login
 logrotate
 logtools
 logwatch
 logrotate
 logtools
 logwatch
-lomoco
 loop-aes-utils
 loop-aes-testsuite
 lrzsz
 loop-aes-utils
 loop-aes-testsuite
 lrzsz
index 0c35a3a..da67813 100755 (executable)
--- 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"
          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
            isohybrid "${ISO_OUTPUT}/${ISO_NAME}"
            eend $?
          fi