fips: check fips integrity just before mounting local filesystems in /sysroot
Signed-off-by: Renaud Métrich <rmetrich@redhat.com>master
parent
b9af0fcdfb
commit
e54ab383f7
|
@ -52,7 +52,7 @@ installkernel() {
|
||||||
# called by dracut
|
# called by dracut
|
||||||
install() {
|
install() {
|
||||||
local _dir
|
local _dir
|
||||||
inst_hook pre-trigger 01 "$moddir/fips-boot.sh"
|
inst_hook pre-mount 01 "$moddir/fips-boot.sh"
|
||||||
inst_hook pre-pivot 01 "$moddir/fips-noboot.sh"
|
inst_hook pre-pivot 01 "$moddir/fips-noboot.sh"
|
||||||
inst_script "$moddir/fips.sh" /sbin/fips.sh
|
inst_script "$moddir/fips.sh" /sbin/fips.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue