Support raid1 only for now, update changelog and TODO
[grml-debootstrap.git] / debian / changelog
index d4c9ebf..3976144 100644 (file)
@@ -3,17 +3,37 @@ grml-debootstrap (0.18) unstable; urgency=low
   The "development sponsored by Sipwise GmbH" release.
 
   * Provide interactive configuration dialog.
+  * Initial support for SW-RAID.
   * Use stages based on target information, this gives us
     the possibility to run multiple instance of grml-debootstrap.
-    [Testing: issue510]
+    [Closes: issue510]
   * Use policy-rc.d inside chroot to avoid startup of daemons.
-    [Testing: issue509]
+    [Closes: issue509]
   * Do not activate /sys by default anymore in /etc/fstab.
   * Copy /etc/network/interfaces from running system to target
     installation.
   * Setting password via passwd does not work, use chpaswd instead.
-
- -- Michael Prokop <mika@grml.org>  Tue, 26 Aug 2008 20:59:35 +0200
+  * Remove stages after successful execution. [Closes: issue513]
+  * Make sure the configuration file inside the chroot provides
+    the same configuration as specified on the cmdline (thanks gebi
+    for reporting).
+  * Copy system's /etc/hosts to the target system.
+  * Move stages to /var/cache/grml-debootstrap (thanks for the idea,
+    gebi).
+  * Install devices using our own device tarball instead of running
+    MAKEDEV (which is just an ungly fork bomb).
+  * Install MTA postfix by default to avoid installation of unwanted
+    packages like citadel in lenny.
+  * Allow use of comments in file /etc/debootstrap/packages.
+  * Replace initrd-tools with initramfs-tools.
+  * Run aptitude with --without-recommends option.
+  * Run grub-install using --no-floppy, as requested by gebi.
+  * Support setting hostname via cmdline.
+  * Close issue in grml's BTS which showed up during development in hg:
+    Fix handling of config file inside chroot, thanks for spotting, gebi!
+    [Closes: issue512]
+
+ -- Michael Prokop <mika@grml.org>  Fri, 29 Aug 2008 14:35:10 +0200
 
 grml-debootstrap (0.17) unstable; urgency=low