Drop support for (deprecated) bootoption expert
[grml-autoconfig.git] / debian / changelog
index fa97332..54c1f66 100644 (file)
@@ -1,7 +1,84 @@
+grml-autoconfig (0.7.16) unstable; urgency=low
+
+  * Drop support for (deprecated) bootoption 'expert'.
+
+ -- Michael Prokop <mika@grml.org>  Fri,  7 Sep 2007 00:20:27 +0200
+
+grml-autoconfig (0.7.15) unstable; urgency=low
+
+  * config_language(): check for existence of /etc/sysconfig/keyboard
+    [Closes: issue272]
+
+ -- Michael Prokop <mika@grml.org>  Wed,  5 Sep 2007 19:09:58 +0200
+
+grml-autoconfig (0.7.14) unstable; urgency=low
+
+  * Update $INSTALLED check to fix syntax error.
+
+ -- Michael Prokop <mika@grml.org>  Tue,  4 Sep 2007 13:59:01 +0200
+
+grml-autoconfig (0.7.13) unstable; urgency=low
+
+  * config_testcd: adjust for use with live-initramfs.
+  * Adjust $INSTALLED check for use with live-initramfs.
+
+ -- Michael Prokop <mika@grml.org>  Tue,  4 Sep 2007 12:37:28 +0200
+
+grml-autoconfig (0.7.12) unstable; urgency=low
+
+  * config_timezone: added some more error handling and adjust return value.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 02 Aug 2007 11:01:18 +0200
+
+grml-autoconfig (0.7.11) unstable; urgency=low
+
+  * Rename bootoption splash into "textsplash" (and additionally
+    support "tsplash" as well) so users can use graphical splash
+    from Debian *or* textsplash of grml. Use tty14 instead of tty7
+    and switch there using chvt.
+  * Fix code regression of checkbootparam (use '||' instead of '-o')
+
+ -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 19:12:56 +0200
+
+grml-autoconfig (0.7.10) unstable; urgency=low
+
+  * Add config_ipw3945() which works around broken ipw3945 driver,
+    important especially for hd installation.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 19:00:03 +0200
+
+grml-autoconfig (0.7.9) unstable; urgency=low
+
+  * Support bootoption nogrmlacpi to disable acpi stuff inside
+    grml-autoconfig without having to boot using noacpi (which
+    triggers kernel code actions).
+  * Inform user how to skip the acpi stuff.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 15:20:14 +0200
+
+grml-autoconfig (0.7.8) unstable; urgency=low
+
+  * Inform users about CONFIG_DHCP=no when running from harddisk.
+  * Do not automatically start sl-modem-daemon but instead inform
+    user about 'Start sl-modem-daemon'.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 12 Jul 2007 15:33:57 +0200
+
+grml-autoconfig (0.7.7) unstable; urgency=low
+
+  * config_mixer: check for /proc/asound/cards before trying to
+    execute mixer binaries
+  * fix typo: it's therefore and not therefor
+
+ -- Michael Prokop <mika@grml.org>  Wed, 11 Jul 2007 19:41:04 +0200
+
 grml-autoconfig (0.7.6) unstable; urgency=low
 
   * config_lvm(): check for 'No volume groups found' as lvdisplay does
     not provide appropriate return code for us.
+  * config_cpu(): Virtual Box supports ACPI and laptop-detect returns
+    with '0', so check for it and skip it.
+  * config_mixer(): Add 'no soundcard?' to aumix error message
 
  -- Michael Prokop <mika@grml.org>  Wed, 11 Jul 2007 19:25:25 +0200