diff options
| author | maximilian attems <maks@debian.org> | 2006-07-07 12:05:34 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-07-07 12:05:34 +0200 |
| commit | f82a46fac97eee643cbd8600657f533a6e31665f (patch) | |
| tree | 63c90cbc9348f0ee9bd06ba02ec6531e2e6e17f0 /conf/modules | |
| parent | af6f5f475221846f88a2bbda39a2a93d67556d07 (diff) | |
| download | initramfs-tools-f82a46fac97eee643cbd8600657f533a6e31665f.tar.gz initramfs-tools-f82a46fac97eee643cbd8600657f533a6e31665f.zip | |
- mkinitramfs take care of eventual missing depmod run
- do the migration from mkinitramfs in preinst
- sed the modules file so that it looks pretty some than ours
- polish modules file
- allow BUSYBOX=n
Diffstat (limited to 'conf/modules')
| -rw-r--r-- | conf/modules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/modules b/conf/modules index 0067831..9aa4646 100644 --- a/conf/modules +++ b/conf/modules @@ -2,8 +2,9 @@ # # Syntax: module_name [args ...] # +# You must run update-initramfs(8) to effect this change. # -# This might be good choices: +# Examples: # # raid1 # sd_mod |
