Support LVM
[grml-autoconfig.git] / debian / changelog
index 87f9143..b008a3a 100644 (file)
@@ -1,3 +1,82 @@
+grml-autoconfig (0.7.4) unstable; urgency=low
+
+  * support LVM (logical volumes):
+    - bootoption 'lvm' activates them
+    - no special bootoption just runs 'lvdisplay' and if something
+      can be found the user gets a hint to execute 'Start lvm2' to
+      set it up
+    - bootoption 'nolvm' completely disables the lvm code/checks
+
+ -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 20:35:30 +0200
+
+grml-autoconfig (0.7.3) unstable; urgency=low
+
+  * language-functions: support dvorak keyboard layout [Closes: issue227]
+
+ -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 22:34:00 +0200
+
+grml-autoconfig (0.7.2) unstable; urgency=low
+
+  * language-functions: improve setup for japan, add support for 'jp'
+    but still support 'ja' of course.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 28 May 2007 13:55:21 +0200
+
+grml-autoconfig (0.7.1) unstable; urgency=low
+
+  * Bumbing version to 0.7, we have a new stable release!
+
+ -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 11:18:35 +0200
+
+grml-autoconfig (0.6.42) unstable; urgency=low
+
+  * Add additional check for valid block device and if mounting
+    a partition was successfull for handling swap bootoption.
+    The bootoption 'swap' mounted all availble partitions
+    read-only, this should be fixed now.
+    Thanks for the bugreport, Matthias Diener!
+
+ -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 00:47:33 +0200
+
+grml-autoconfig (0.6.41) unstable; urgency=low
+
+  * config_distri(): make sure /usr/share/grml/desktop.jpg is removed
+    if it's a symlink, otherwise the copy will fail.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 22 Apr 2007 14:01:42 +0200
+
+grml-autoconfig (0.6.40) unstable; urgency=low
+
+  * Allow BOOT_APPEND from grml-debootstrap via cmdline 
+
+ -- Alexander Wirt <formorer@grml.org>  Sat, 21 Apr 2007 11:13:53 +0200
+
+grml-autoconfig (0.6.39) unstable; urgency=low
+
+  * Fix small typo in config_debootstrap().
+
+ -- Michael Prokop <mika@grml.org>  Mon, 16 Apr 2007 23:13:40 +0200
+
+grml-autoconfig (0.6.38) unstable; urgency=low
+
+  * Rename partition bootoption inside config_debootstrap() to
+    bootoption target.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 16 Apr 2007 20:50:15 +0200
+
+grml-autoconfig (0.6.37) unstable; urgency=low
+
+  * Support full automatic installation of Debian via grml-debootstrap
+    via config_debootstrap().
+
+ -- Michael Prokop <mika@grml.org>  Mon, 16 Apr 2007 19:27:13 +0200
+
+grml-autoconfig (0.6.36) unstable; urgency=low
+
+  * Fix tty6-check, thanks for the code review - Matthias Lederhofer!
+
+ -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 13:24:45 +0200
+
 grml-autoconfig (0.6.35) unstable; urgency=low
 
   * Make sure tty6 is defined in /etc/inittab for xstartup, even