From a7240480f516ae6b612221c1692b2c7a1b929a0d Mon Sep 17 00:00:00 2001 From: Madhu Date: Wed, 2 Aug 2023 22:00:14 +0530 Subject: [PATCH] Added s390x layout feature --- config/fcos/v1_6_exp/translate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/fcos/v1_6_exp/translate.go b/config/fcos/v1_6_exp/translate.go index e39a1134..231bb193 100644 --- a/config/fcos/v1_6_exp/translate.go +++ b/config/fcos/v1_6_exp/translate.go @@ -151,7 +151,6 @@ func (c Config) processBootDevice(config *types.Config, ts *translate.Translatio case *layout == "s390x-virt": wantBIOSPart = true wantEFIPart = true - default: // should have failed validation panic("unknown layout")