summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-09-01 16:18:29 +0200
committermaximilian attems <maks@debian.org>2006-09-01 16:18:29 +0200
commit8ae9783215c2845b50dfb70b919df0753c2b0dd9 (patch)
tree78bdbb775a3cc2d3ec8e4f2cc1026ea8aff6dc5f /debian
parent45989c9f37db0ef23e984ea559f2da784a028366 (diff)
downloadinitramfs-tools-8ae9783215c2845b50dfb70b919df0753c2b0dd9.tar.gz
initramfs-tools-8ae9783215c2845b50dfb70b919df0753c2b0dd9.zip
- fix destination of the mdrun.conf for partial sarge upgrades
- checkout if /sbin/lilo is really there - guard more dirs against creation - add /etc/kernel-img.conf to reportbug output
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog20
-rwxr-xr-xdebian/script6
2 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bc635a3..b46db63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+initramfs-tools (0.78) unstable; urgency=medium
+
+ * update-initramfs: Check in call_lilo() if /sbin/lilo is executable,
+ when /etc/lilo.conf exists (closes: 384967) - thus urgency medium.
+
+ * init: Guard all dirs against creation. (closes: 385281)
+
+ * debian/scripts: Add /etc/kernel-img.conf section, as update-initramfs
+ needs to act according to it.
+
+ -- maximilian attems <maks@sternwelten.at> Thu, 31 Aug 2006 14:44:01 +0200
+
+initramfs-tools (0.77b) unstable; urgency=high
+
+ * mkinitramfs: Fix destination of mdrun.conf. Thanks for the report to
+ Scott Glenn <s103@webmasters.com>. Urgency high as broken in testing
+ too and needed for partial mdadm upgrades. (closes: 385406)
+
+ -- maximilian attems <maks@sternwelten.at> Thu, 31 Aug 2006 13:20:51 +0200
+
initramfs-tools (0.77) unstable; urgency=medium
* mkinitramfs, scripts/local-top/mdrun: Use mdrun.conf as config file.
diff --git a/debian/script b/debian/script
index b1b477d..a8e3dd9 100755
--- a/debian/script
+++ b/debian/script
@@ -13,3 +13,9 @@ echo
echo "-- lsmod"
lsmod
echo
+
+if [ -r /etc/kernel-img.conf ]; then
+ echo "-- kernel-img.conf"
+ cat /etc/kernel-img.conf
+ echo
+fi