Use class GRML_MEDIUM by default
[grml-live.git] / debian / changelog
index 9ac7dc1..aa0e861 100644 (file)
@@ -1,3 +1,19 @@
+grml-live (0.0.4) unstable; urgency=low
+
+  * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
+  * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
+    - disable pipeline workaround 
+    - create /dev/MAKEDEV in chroot to work around the
+      "./MAKEDEV: No such file or directory" problem of some packages
+  * Do not copy the initrd of chroot to boot/isolinux/ but instead move
+    it to save a few more MBs of space.
+  * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
+    dangerous because of automatic removal of the files/dirs via fai.
+  * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
+    I386/AMD64 classes in the docs.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
+
 grml-live (0.0.3) unstable; urgency=low
 
   * Support for setting GRML_NAME (like grml vs. grml-small
@@ -10,6 +26,11 @@ grml-live (0.0.3) unstable; urgency=low
     grml_cleanup_chroot.
   * Provide class GRML_SMALL and rename old GRML_SMALL into
     GRML_MEDIUM.
+  * Do not install kernel via GRMLBASE but via GRML_* classes
+    instead so we have only one single kernel on the system
+    with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
+  * Use grml-live.log as logfile.
+  * Added vim to GRML_MEDIUM package list.
 
  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200