7f7e46520c0c9c092f543855ce895fc597cfde52
[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 compability (otherwise the isolinux/syslinux
10     code would be unmaintainable).  Therefore support for older
11     ISOs (everything before grml release 2009.10) had to be
12     dropped. If you still need an old version of Grml on your usb
13     device just use an older version of grml2usb as well (the
14     old grml2usb versions support recent ISOs too, they just
15     don't use/support the new vesamenu bootsplash then).
16
17  -- Michael Prokop <mika@grml.org>  Mon, 19 Oct 2009 02:14:29 +0200
18
19 grml2usb (0.9.2) unstable; urgency=low
20
21   * Please notice that grml2usb was rewritten from scratch.
22     The invocation of grml2usb changed. Instead of invoking:
23
24         # grmlusb /path/to/iso /mnt/usb-sdb1
25
26     from now on you can directly invoke it with the device, meaning:
27
28         # grmlusb /path/to/iso /dev/sdb1
29
30     The new release brings many new features (like multi-iso
31     support, support for grub as bootloader, several new options).
32     Check out the manpage for all the details.  Please let us
33     know if you explore any problems or have any questions.
34
35  -- Michael Prokop <mika@grml.org>  Mon, 16 Feb 2009 23:36:23 +0100