dracut/module-setup.sh: need depmod in initramfs for copy-kmods.sh.
This commit is contained in:
parent
2a5939bce4
commit
5f308e46fe
|
@ -13,6 +13,7 @@ depends() {
|
|||
install() {
|
||||
inst /usr/bin/chmod
|
||||
inst /usr/bin/sed
|
||||
inst /usr/sbin/depmod
|
||||
inst_hook pre-pivot 01 "$moddir/adduser.sh"
|
||||
inst_hook pre-pivot 02 "$moddir/display-manager-autologin.sh"
|
||||
inst_hook pre-pivot 03 "$moddir/copy-kmods.sh"
|
||||
|
|
Loading…
Reference in New Issue