X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=7f83c341ca8457f9530b33e3a1939b3f75c84f3c;hp=1c6d9d66dda8ab5c860e44775283fc961d33f804;hb=788ca5912bf2be0472cb90740553daf5370e3a4e;hpb=37eee4a042ff38046cb7594420a03af5067efa8d diff --git a/debian/changelog b/debian/changelog index 1c6d9d6..7f83c34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +grml-autoconfig (0.8.18) unstable; urgency=low + + * Drop support for /etc/grml/autoconfig.small. It causes + more headaches and work than benefit. Instead make sure + to properly support grml-small in the "grml-large" + configuration. [Testing: issue573] + * Change forensic bootoption handling: let's add 'forensic' to + the kernel append line as well now. + * Make sure to proberly support /live/image/bootparams/ again. + + -- Michael Prokop Fri, 20 Feb 2009 18:54:33 +0100 + +grml-autoconfig (0.8.17) unstable; urgency=low + + [ Michael Prokop ] + * Some updates in config_time(), *many* thanks to Thomas Lehmann: + - improve localtime / utc / gmt handling + - use UTC="--localtime" by default + - evaluate tz bootoption in this function as well + - execute hwclock even if /dev/rtc isn't available, just display + warning regarding the lack of /dev/rtc + [ Ulrich Dangel ] + * Refactored config unpacking config parameter will now be honored, + e.g. config=foo.tbz myconfig=/dev/sda1 is now possible. + * Get always the right boot parameter via /proc/cmdline. + [Testing: issue520] + + -- Michael Prokop Thu, 12 Feb 2009 19:37:15 +0100 + grml-autoconfig (0.8.16) unstable; urgency=low * Support tohd=... bootoption.