summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-07-29 14:49:39 +0200
committermaximilian attems <maks@debian.org>2006-07-29 14:49:39 +0200
commit5d46a04527bd3023e4f34cc99029ffc281f42110 (patch)
treeb9104286af5a3ca6778cc836581b86ab5a3573fc /debian
parent8761821795732a9755d673e92fb45ac9202270df (diff)
downloadinitramfs-tools-5d46a04527bd3023e4f34cc99029ffc281f42110.tar.gz
initramfs-tools-5d46a04527bd3023e4f34cc99029ffc281f42110.zip
- take care of partial mdadm/lvm Sarge upgrades
this compat stuff can go once Etch is released - framebuffer stuff for usplash - don't leave modules file behind - thanks piuparts!
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog38
-rw-r--r--debian/initramfs-tools.postrm1
2 files changed, 39 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e6f271b..a43c6b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,41 @@
+initramfs-tools (0.73) unstable; urgency=high
+
+ * debian/initramfs-tools.postrm: Don't forget to remove config file
+ modules on purge. Thanks piuparts verification.
+
+ * mkinitramfs: Add sections that deals with sarge mdadm and lvm2.
+ Does nothing if etch package hooks are installed, will be dropped
+ postetch as then we upgrade from mdadm and lvm2 packages with hooks.
+ Taken from Dapper initramfs-tools-0.40ubuntu32. Adapt to add more
+ modules and no need for mdrun.
+
+ * hooks/lvm: Remove handled by mkinitramfs itself.
+
+ * scripts/local-top/lvm: Add prereqs lvm2 + mdraid. Exit if lvm2 hook is
+ present. Eases transition of lvm hooks to lvm2.
+
+ * scripts/local-top/mdraid: Enable all raid devices. Add mdadm as prereqs.
+ Only run if no mdadm hook is in initramfs. (closes: 380089)
+
+ * urgency high upload to get RC fixes into testing.
+
+ -- maximilian attems <maks@sternwelten.at> Sat, 29 Jul 2006 13:35:43 +0200
+
+initramfs-tools (0.72) unstable; urgency=low
+
+ * Add scripts/init-top/framebuffer, reduces ubuntu diff even more.
+ fb is only activated with splash or vga boot param.
+ * Upload sponsored by Petter Reinholdtsen.
+
+ -- maximilian attems <maks@sternwelten.at> Tue, 25 Jul 2006 09:11:18 +0200
+
+initramfs-tools (0.71b) unstable; urgency=low
+
+ * This time caught on bzr dotfiles, removed.
+ Thanks a lot to Frederik Schüler <fs@debian.org> for review.
+
+ -- maximilian attems <maks@sternwelten.at> Mon, 24 Jul 2006 15:06:04 +0200
+
initramfs-tools (0.71) unstable; urgency=low
* initramfs.conf.5, initramfs-tools.8, mkinitramfs.8, mkinitramfs-kpkg.8,
diff --git a/debian/initramfs-tools.postrm b/debian/initramfs-tools.postrm
index b2f40bd..6896636 100644
--- a/debian/initramfs-tools.postrm
+++ b/debian/initramfs-tools.postrm
@@ -2,6 +2,7 @@
if [ "x${1}" = "xpurge" ]; then
rm -f /etc/initramfs-tools/conf.d/resume
+ rm -f /etc/initramfs-tools/modules
fi
#DEBHELPER#