diff options
| author | maximilian attems <max@stro.at> | 2007-09-08 23:29:59 +0200 |
|---|---|---|
| committer | maximilian attems <max@stro.at> | 2007-09-08 23:29:59 +0200 |
| commit | c09f8e45cb6740561f1a4f657acc591fa7ceb16e (patch) | |
| tree | e0e7265c737cea3a241a20a95295272809ffffe0 | |
| parent | c371cfa72e473518a9ff0540b0b1d2eae83dd7aa (diff) | |
| download | initramfs-tools-c09f8e45cb6740561f1a4f657acc591fa7ceb16e.tar.gz initramfs-tools-c09f8e45cb6740561f1a4f657acc591fa7ceb16e.zip | |
mkinitramfs: Export MODULES, allows hook script to act accordingly.
this is better then passing some strange prereqs param,
as the prereqs is intermixed with boot/hook scripts.
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rwxr-xr-x | mkinitramfs | 1 |
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 |
