X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=90e9806c7714df60cdd997fefa3de4022907d755;hp=9336e2de6c696c4c1d4fa5716c25cb3901202645;hb=b9751dc0c72c2032f4468eb27a9897ad47648bb3;hpb=18ff1d459edf5a6d42d213fb3f5cf1b19f1a7b3d diff --git a/debian/changelog b/debian/changelog index 9336e2d..90e9806 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +grml-autoconfig (0.5-21) unstable; urgency=low + + * grml-bootsplash: replace the clear command with + "echo -ne '\033[H\033[25l'" to avoid flickering. + Thanks a lot, Michael Schierl! + + -- Michael Prokop Mon, 6 Nov 2006 23:11:36 +0100 + +grml-autoconfig (0.5-20) unstable; urgency=low + + * config_swraid: add usage info how to disable it, check for + bootoption raid=noautodetect as well. + * Added some more checks for bootoption 'forensic' for users + who don't know that forensic should be the image name and not + an additional bootoption. + + -- Michael Prokop Thu, 2 Nov 2006 20:19:11 +0100 + +grml-autoconfig (0.5-19) unstable; urgency=low + + * Added function config_swraid ($CONFIG_SWRAID) for detection + of software raid arrays, running only in live-cd mode. + + -- Michael Prokop Wed, 1 Nov 2006 14:14:44 +0100 + grml-autoconfig (0.5-18) unstable; urgency=low * config_cpu: beautify "Detecting CPU" for SMP systems.