Remove grml2usb-compat
[grml2usb.git] / grml2usb.8.txt
index e246c7c..dc2a1ae 100644 (file)
@@ -31,10 +31,6 @@ syslinux is being used as default bootloader. Avoid installation of the default
 MBR using the '--skip-mbr' option or if you encounter any problems with the
 default MBR consider using '--syslinux-mbr' instead.
 
-[NOTE]
-Whereas grml2usb is the script to install recent grml ISOs (>=2009.10) the
-script grml2usb-compat supports older grml releases (<2009.10) as well.
-
 [[options]]
 Options
 -------
@@ -131,8 +127,7 @@ Do not install /boot/addons/ files (like dos, grub, memdisk,...).
   *\--remove-bootoption=...*::
 
 Remove specified bootoption (could be a regex) from existing boot options. Use
-multiple entries for removing different bootoptions at once. (Note: this option
-is not support in grml2usb-compat.)
+multiple entries for removing different bootoptions at once.
 
   *\--skip-grub-config*::
 
@@ -439,23 +434,6 @@ What's grml2iso?
 grml2iso is a script which uses grml2usb to generate a multiboot ISO out of
 several grml ISOs. See 'man grml2iso' for further details.
 
-[[grml2usb-compat]]
-grml2usb fails with "Fatal: file default.cfg could not be found."
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you are trying to install an older grml ISO (older than grml 2009.10) with a
-recent version of grml2usb then you might notice:
-
-  Fatal: file default.cfg could not be found.
-  Note:  this grml2usb version requires an ISO generated by grml-live >=0.9.24 ...
-         ... either use grml releases >=2009.10 or switch to an older grml2usb version.
-         Please visit http://grml.org/grml2usb/#grml2usb-compat for further information
-  Fatal: a critical error happend during execution (not a grml ISO?), giving up
-
-Breaking the backward compatibility was necessary to avoid maintainability hell.
-If you want to install older grml ISOs please use the grml2usb-compat script
-which provides support for older releases.
-
 [[menu-lst]]
 Why is there a menu.lst and a grub.cfg inside /boot/grub/?
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -627,10 +605,6 @@ Install specified ISO on device /dev/sdX1 and use grub as bootloader (instead of
 syslinux being the default) and install a master boot record (MBR) to the MBR of
 /dev/sdX.
 
-  # grml2usb-compat /home/grml/grml_2009.05.iso /dev/sdX1
-
-Install older grml ISO on device /dev/sdX1.
-
 ///////////////////////////////////////////////////////////////////////////////////////
   # grml2usb --kernel=/boot/vmlinuz-2.6.28-grml --initrd=/boot/initrd.img-2.6.28-grml \
              /home/grml/grml_2009.10.iso /dev/sdX1