No longer mention mkisofs in debian/control
[grml2usb.git] / debian / NEWS
1 grml2usb (0.9.13) unstable; urgency=low
2
3   * This release makes syslinux the default bootloader again.
4     Grub fails just too often. Therefore the --syslinux options
5     is deprecated and option --grub was introduced instead.
6
7   * This release provides decent support for multi-ISO within the
8     new vesamenu bootsplash, providing a menu based system.  We had
9     to break backward compatibility (otherwise the isolinux/syslinux
10     code would be unmaintainable). Therefore support for older ISOs
11     (everything before grml release 2009.10) had to be dropped. If
12     you still need an old version of Grml on your usb device just
13     use an older version of grml2usb (the old grml2usb versions
14     support recent ISOs too, they just don't use/support the new
15     vesamenu bootsplash then). The grml team supports old
16     grml2usb versions through the grml2usb-compat script.
17     Further details are available in the FAQ at
18     http://grml.org/grml2usb/#grml2usb-compat
19
20  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2009 23:32:08 +0200
21
22 grml2usb (0.9.2) unstable; urgency=low
23
24   * Please notice that grml2usb was rewritten from scratch.
25     The invocation of grml2usb changed. Instead of invoking:
26
27         # grmlusb /path/to/iso /mnt/usb-sdb1
28
29     from now on you can directly invoke it with the device, meaning:
30
31         # grmlusb /path/to/iso /dev/sdb1
32
33     The new release brings many new features (like multi-iso
34     support, support for grub as bootloader, several new options).
35     Check out the manpage for all the details.  Please let us
36     know if you explore any problems or have any questions.
37
38  -- Michael Prokop <mika@grml.org>  Mon, 16 Feb 2009 23:36:23 +0100