From 7468148de142e6e079fbbf64f0e20d8971ac90d9 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 9 Jan 2020 12:29:11 -0500 Subject: [PATCH] sepia-fog-images: Support openSUSE Signed-off-by: David Galloway --- sepia-fog-images/build/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepia-fog-images/build/build b/sepia-fog-images/build/build index 4d13f8229..d3e2b396f 100755 --- a/sepia-fog-images/build/build +++ b/sepia-fog-images/build/build @@ -21,6 +21,9 @@ funSetProfiles () { elif [ "$splitdistro" == "centos" ]; then cobblerprofile="CentOS-$distroversion-x86_64" fogprofile="centos_$distroversion" + elif [ "$splitdistro" == "opensuse" ]; then + cobblerprofile="openSUSE-$distroversion-x86_64" + fogprofile="opensuse_$distroversion" else echo "Unknown profile $1" exit 1 -- 2.47.3