X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=debian%2Fchangelog;h=a4070f0f6d4df1cae83d99a653f49e83d1857a7b;hp=c32b81d8c98c052442f53b5dcbe7104fc3410595;hb=3aded26cd3bd6ed25abdc038163098300bd5a090;hpb=1f09918a4d50bd76d94377807b310da87487141c diff --git a/debian/changelog b/debian/changelog index c32b81d..a4070f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,48 @@ -grml2usb (0.9.5) UNRELEASED; urgency=low +grml2usb (0.9.8) unstable; urgency=low + + * Support installation on /dev/loop*-devices. + * Generate configuration for syslinux and grub by default, no + matter which bootloader the users chooses. + * Added options --skip-syslinux-config and --skip-grub-config + if someone wants to skip the generation of any bootloader + configuration files. + * Make sure grub-install is available before executing it. + * Display information about default grml flavour and the other + available grml flavours at the end of the grml2usb run. + + -- Michael Prokop Sun, 07 Jun 2009 01:15:59 +0200 + +grml2usb (0.9.7) unstable; urgency=low + + * Fix typo in manpage of grml2usb (thanks to Wernfried Haas). + * Fix bootoption toram: it should be toram=$FLAVOUR.squashfs instead + of toram=$FLAVOUR. Thanks to Wernfried Haas and Frank Prochnow + for the bugreport and debugging! [Closes: issue680] + + -- Michael Prokop Tue, 02 Jun 2009 23:32:13 +0200 + +grml2usb (0.9.6) unstable; urgency=low + + * Support installation of the currently running grml live + system ("grml2usb /live/image /dev/sdx1"). + * Add "persistent" entry to grub/syslinux menu. [Closes: issue669] + + -- Michael Prokop Wed, 20 May 2009 19:32:02 +0200 + +grml2usb (0.9.5) unstable; urgency=low * Fix dashes of options in manpage (thanks for the bugreport, Thorsten Glaser). * Display program version during execution. - - -- Michael Prokop Fri, 10 Apr 2009 01:08:01 +0200 + * Apply fix by Peter Daum , making sure + to use the normalized path for unmounting. Thanks! + * Use 'multiboot' for booting MirOS BSD when using grub2. + * Catch exception if copying files fails. + * Make sure to exit if installing grub fails. + * Integrate hdt (Hardware Detection Tool) in bootsplash (but + only if using syslinux as grub isn't supported). + + -- Michael Prokop Mon, 04 May 2009 22:31:30 +0200 grml2usb (0.9.4) unstable; urgency=low