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
parent
66ac3cd1f0
commit
3774d3cc15
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Install all loaded modules in the initramfs if we are building a
|
||||
# hostonly initramfs
|
||||
[[ $1 = -h ]]
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# install all currently loaded modules in initrd
|
||||
|
||||
/sbin/lsmod | while read mod rest; do
|
||||
instmods "$mod"
|
||||
done
|
||||
|
Loading…
Reference in New Issue