Removed 90kernel-modules-loaded.

Sure, it will load all the modules that are currently installed into the
initramfs.  Why was this a good thing, again?
master
Victor Lowther 2009-05-29 22:19:43 -05:00
parent 66ac3cd1f0
commit 3774d3cc15
2 changed files with 0 additions and 14 deletions

View File

@ -1,6 +0,0 @@
#!/bin/sh

# Install all loaded modules in the initramfs if we are building a
# hostonly initramfs
[[ $1 = -h ]]

View File

@ -1,8 +0,0 @@
#!/bin/bash

# install all currently loaded modules in initrd

/sbin/lsmod | while read mod rest; do
instmods "$mod"
done