From 51cffccb5848a8b049dce858551ee6759117e123 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 12 Dec 2009 13:23:03 +0100 Subject: [PATCH] Drop lomoco from GRML_FULL. --- debian/changelog | 1 + etc/grml/fai/config/package_config/GRML_FULL | 1 - grml-live | 7 +++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 107a341..50e96e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. + - Drop lomoco from GRML_FULL (bad state, unnecessary). * GRML* classes: - drop grml-scanpartitions - add grml-udev-config diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index 3a6fe35..881b899 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -912,7 +912,6 @@ login logrotate logtools logwatch -lomoco loop-aes-utils loop-aes-testsuite lrzsz 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 -- 2.1.4