Integrate grub2 for hybrid boot
[grml-live.git] / etc / grml / grml-live.conf
index 0ac6bb2..20ccfee 100644 (file)
@@ -121,6 +121,13 @@ GRML_FAI_CONFIG=/etc/grml/fai
 # Do you want to skip adding /boot/addons/bsd4grml/ (from the template directory)?
 # NO_ADDONS_BSD4GRML='1'
 
+# By default the ISO is created for hybrid boot, so you can either
+# boot the CD using normal el torito mode or copy it to USB device
+# *without* having to run grml2usb (like: 'dd if=grml.iso of=/dev/sdX')
+# - working both with the same ISO
+# HYBRID_METHOD='disable'   # do not create a hybrid ISO
+# HYBRID_METHOD='isohybrid' # use isohybrid instead of the default (being manifold) 
+
 # exclude files from compressed squashfs file using the
 # the mksquashfs option -ef:
 # SQUASHFS_EXCLUDES_FILE="/etc/grml/fai/squashfs-excludes"