install umount for the modules, which use it

master
Luca Berra 2010-01-13 15:57:32 +01:00 committed by Harald Hoyer
parent 17dcc1a801
commit 506c7f2ab0
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash

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"
if ldd $(find_binary sha512hmac) |grep -q /lib64/libc; then

View File

@ -1,4 +1,5 @@
#!/bin/sh
dracut_install umount
inst_hook cmdline 95 "$moddir/parse-block.sh"
inst_hook pre-udev 30 "$moddir/block-genrules.sh"
inst_hook mount 99 "$moddir/mount-root.sh"