- 01fips: Fix typo (bsc#1033238) * adds 0522-Fix-typo-from-commit-3f1cdb520.patch - 98dracut-systemd: Fix module force loading with systemd (bsc#986216) * adds 0523-98dracut-systemd-Fix-module-force-loading-with-syste.patch OBS-URL: https://build.opensuse.org/request/show/504254 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=310
27 lines
753 B
Diff
27 lines
753 B
Diff
From 4ed5df996e5b1ac86ad855152c3e54cdf72294ff Mon Sep 17 00:00:00 2001
|
|
From: Daniel Molkentin <dmolkentin@suse.com>
|
|
Date: Mon, 29 May 2017 14:27:16 +0200
|
|
Subject: [PATCH 1/2] Fix typo from commit 3f1cdb520
|
|
|
|
Reference: bsc#1033238
|
|
---
|
|
modules.d/01fips/fips.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/modules.d/01fips/fips.sh b/modules.d/01fips/fips.sh
|
|
index a005b0f0..ddf03994 100755
|
|
--- a/modules.d/01fips/fips.sh
|
|
+++ b/modules.d/01fips/fips.sh
|
|
@@ -83,7 +83,7 @@ do_fips()
|
|
KERNEL=$(uname -r)
|
|
|
|
if ! [ -e "/boot/.${_vmname}-${KERNEL}.hmac" ]; then
|
|
- warn "/boot/.${_vname}-${KERNEL}.hmac does not exist"
|
|
+ warn "/boot/.${_vmname}-${KERNEL}.hmac does not exist"
|
|
return 1
|
|
fi
|
|
|
|
--
|
|
2.12.3
|
|
|