X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=b1fce1766e9fe1defecedd93a38f84c19006ae35;hb=39eccfccd198ed1b2b1c6d29f9328b6dfbb8000b;hp=ffbff756219bbeb3e987cb9b66480726b428466d;hpb=fb6ae66ee6a541ea8d45474b5bf32ad39c69958b;p=grml-autoconfig.git diff --git a/debian/changelog b/debian/changelog index ffbff75..b1fce17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,56 @@ +grml-autoconfig (0.8.18) unstable; urgency=low + + * Drop support for /etc/grml/autoconfig.small. It causes + more headaches and work than beneftig. Instead make sure + to properly support grml-small in the "grml-large" + configuration. [Testing: issue573] + * Change forensic bootoption handling, as we add 'forensic' to + the kernel append line as well. + * 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. + + -- Michael Prokop Sat, 15 Nov 2008 13:20:22 +0100 + +grml-autoconfig (0.8.15) unstable; urgency=low + + * Use us instead of en-utf8 as default locale (this is what we + are using as bootparam by default as well). + * Support C/POSIX locales within language setup. + * Use POSIX locales on grml-small. + * Adjust VCS headers (we use git nowadays). + + -- Michael Prokop Mon, 03 Nov 2008 01:29:36 +0100 + +grml-autoconfig (0.8.14) unstable; urgency=low + + * Rework config_swspeak once more, move most parts of the logic + into an external script named 'swspeak' which will be shipped + with grml-scripts. + + -- Michael Prokop Mon, 06 Oct 2008 00:05:51 +0200 + grml-autoconfig (0.8.13) unstable; urgency=low * Use random password if bootoption 'ssh' doesn't have an option.