Blame SOURCES/0173-fcoe-uefi-parse-uefifcoe.sh-fixed-parameter-generati.patch

a56a5e
From e92a7a25321d46da1c1f9d015a20b3759de10be4 Mon Sep 17 00:00:00 2001
a56a5e
From: Harald Hoyer <harald@redhat.com>
a56a5e
Date: Tue, 20 May 2014 11:22:26 +0200
a56a5e
Subject: [PATCH] fcoe-uefi/parse-uefifcoe.sh: fixed parameter generation from
a56a5e
 UEFI
a56a5e
a56a5e
"fcoe=" was missing for the parameter specifying the interface
a56a5e
a56a5e
(cherry picked from commit 142710269279db70fceb3e76a077f3d6a89a84a5)
a56a5e
---
a56a5e
 modules.d/95fcoe-uefi/parse-uefifcoe.sh | 2 +-
a56a5e
 1 file changed, 1 insertion(+), 1 deletion(-)
a56a5e
a56a5e
diff --git a/modules.d/95fcoe-uefi/parse-uefifcoe.sh b/modules.d/95fcoe-uefi/parse-uefifcoe.sh
a56a5e
index 0799cdd..7b8f1a6 100755
a56a5e
--- a/modules.d/95fcoe-uefi/parse-uefifcoe.sh
a56a5e
+++ b/modules.d/95fcoe-uefi/parse-uefifcoe.sh
a56a5e
@@ -26,7 +26,7 @@ print_fcoe_uefi_conf()
a56a5e
         esac
a56a5e
     fi
a56a5e
     # fcoe=eth0:nodcb
a56a5e
-    printf "%s\n" "$dev:nodcb"
a56a5e
+    printf "fcoe=%s\n" "$dev:nodcb"
a56a5e
     return 0
a56a5e
 }
a56a5e