diff options
author | Harald Hoyer <harald@redhat.com> | 2013-04-25 19:44:01 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-04-25 19:44:01 +0200 |
commit | 6f4c2dada400f455cf7ee0afcd6bf41974c712d4 (patch) | |
tree | 54e8f00b390e813ca5217057b022442ea660e796 /modules.d/99base | |
parent | ab42fe38fd1672f83cd3500771caf321ae25080d (diff) | |
download | dracut-6f4c2dada400f455cf7ee0afcd6bf41974c712d4.tar.gz dracut-6f4c2dada400f455cf7ee0afcd6bf41974c712d4.tar.bz2 dracut-6f4c2dada400f455cf7ee0afcd6bf41974c712d4.zip |
fixed fips mode
- preserve timestamps
- copy /lib*/hmaccalc files
- run sha512hmac after kernel module loading
- add more fips kernel modules
Diffstat (limited to 'modules.d/99base')
-rwxr-xr-x | modules.d/99base/dracut-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index ae79a821..9bd25f46 100755 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -384,7 +384,7 @@ die() { echo "warn dracut: FATAL: \"$*\""; echo "warn dracut: Refusing to continue"; } >> $hookdir/emergency/01-die.sh - + [ -d /run/initramfs ] || mkdir -p /run/initramfs > /run/initramfs/.die emergency_shell exit 1 |