fix installation of `modules.builtin.bin'
`modules.builtin.bin' is installed like a regular file, thereby ending up in the wrong place when `--kmoddir' is in effect. Fix this by specifying the installation destination.master
parent
3f003263d2
commit
ab9b7eee0a
|
@ -4,4 +4,4 @@
|
|||
[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
|
||||
dracut_install $(find /etc/modprobe.d/ -type f -name '*.conf')
|
||||
inst_hook cmdline 01 "$moddir/parse-kernel.sh"
|
||||
inst "$srcmods/modules.builtin.bin"
|
||||
inst "$srcmods/modules.builtin.bin" "/lib/modules/$kernel/modules.builtin.bin"
|
||||
|
|
Loading…
Reference in New Issue