diff options
| author | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-21 01:31:54 +0000 |
|---|---|---|
| committer | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-21 01:31:54 +0000 |
| commit | f12ad818ffc10d8243cd75d552226273df3d65a0 (patch) | |
| tree | 6e66afdeba1cd1fdf76c5732b94ed06d74f0a4f9 /debian/dirs | |
| parent | 13d2d927fde9d9d79edebc9c9903929b522de44e (diff) | |
| download | initramfs-tools-f12ad818ffc10d8243cd75d552226273df3d65a0.tar.gz initramfs-tools-f12ad818ffc10d8243cd75d552226273df3d65a0.zip | |
* Default to currently running kernel version.
Based on a patch from maximilian attems, thanks!
* Handle module arguments in /etc/mkinitramfs/modules
* Do hookscripts at generation time. Drop things into
/usr/share/initramfs-tools/hooks or /etc/mkinitramfs/hooks
* Make sure local-bottom and nfs-bottom get created
Thanks to Karl Hegbloom for these three patches!
* Prune stray echo from call_scripts
* Load raid1 for now so that md setups will work.
* Detect ide modules load
Thanks to Jeff Waugh for initial testing of this!
Diffstat (limited to 'debian/dirs')
| -rw-r--r-- | debian/dirs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/dirs b/debian/dirs index ef40692..94484bb 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,7 +1,9 @@ etc/mkinitramfs/init-bottom etc/mkinitramfs/init-top -etc/mkinitramfs/local-premount etc/mkinitramfs/local-top -etc/mkinitramfs/nfs-premount +etc/mkinitramfs/local-premount +etc/mkinitramfs/local-bottom etc/mkinitramfs/nfs-top +etc/mkinitramfs/nfs-premount +etc/mkinitramfs/nfs-bottom usr/share/initramfs-tools/modules.d |
