install umount for the modules, which use it
parent
17dcc1a801
commit
506c7f2ab0
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
inst_hook pre-trigger 01 "$moddir/fips.sh"
|
inst_hook pre-trigger 01 "$moddir/fips.sh"
|
||||||
dracut_install sha512hmac rmmod insmod mount uname
|
dracut_install sha512hmac rmmod insmod mount uname umount
|
||||||
|
|
||||||
libdir="lib"
|
libdir="lib"
|
||||||
if ldd $(find_binary sha512hmac) |grep -q /lib64/libc; then
|
if ldd $(find_binary sha512hmac) |grep -q /lib64/libc; then
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
dracut_install umount
|
||||||
inst_hook cmdline 95 "$moddir/parse-block.sh"
|
inst_hook cmdline 95 "$moddir/parse-block.sh"
|
||||||
inst_hook pre-udev 30 "$moddir/block-genrules.sh"
|
inst_hook pre-udev 30 "$moddir/block-genrules.sh"
|
||||||
inst_hook mount 99 "$moddir/mount-root.sh"
|
inst_hook mount 99 "$moddir/mount-root.sh"
|
||||||
|
|
Loading…
Reference in New Issue