summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rwxr-xr-xmkinitramfs1
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 431cf50..cb49ebf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ initramfs-tools (0.91) UNRELEASED; urgency=low
bogus init bootarg too.
* scripts/{functions,nfs}: Split networking code in separate function.
Thanks Vagrant Cascadian <vagrant+debianbugs@freegeek.org> for the patch.
+ (closes: #439397)
* update-initramfs: Don't check for ro /boot inside of a chroot.
* debian/script: Fix syntax of MODULES=dep block.
* hook-functions: Add rootfs detection for the "auto" mount output.
@@ -23,8 +24,10 @@ initramfs-tools (0.91) UNRELEASED; urgency=low
Thanks Michael Prokop <mika@grml.org> for the patches.
* hook-functions: MODULES=dep fix I2O detection. Add sys_walk_modalias()
to catch old style IDE.
+ * mkinitramfs: Export MODULES, allows hook script to act accordingly.
+ (closes: #421658)
- -- maximilian attems <maks@debian.org> Sat, 08 Sep 2007 22:29:42 +0200
+ -- maximilian attems <maks@debian.org> Sat, 08 Sep 2007 23:28:37 +0200
initramfs-tools (0.90a) unstable; urgency=high
diff --git a/mkinitramfs b/mkinitramfs
index 4ba9cd4..0064963 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -166,6 +166,7 @@ export DESTDIR
export DPKG_ARCH
export verbose
export KEYMAP
+export MODULES
# Private, used by 'catenate_cpiogz'.
export __TMPCPIOGZ