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 /mkinitramfs | |
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.
Diffstat (limited to 'mkinitramfs')
-rwxr-xr-x | mkinitramfs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |