Browse Source

mkinitramfs: polished the greedy list of kernel modules to inject

0.2-maint
Alejandro Mery 16 years ago
parent
commit
531beb3d7a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      initramfs/etc_mkinitramfs.d_50-kernel.sh.txt

+ 2
- 1
initramfs/etc_mkinitramfs.d_50-kernel.sh.txt

@ -33,7 +33,8 @@ else
else
# massive additions
module_list_available | sed -n \
-e 's,/\(block\|fs\|net\)/,\0,p'
-e 's,/\(ide\|ieee1394\|cdrom\|scsi\|ata\|md\|block\|fs\|hid\|net\)/,\0,p' |
grep -v '/\(netfilter\|ipvs\|wireless\|bluetooth\|nls\)/'
fi | while read x; do
module_install "$x"
done

Loading…
Cancel
Save