From a624a66b9d1c51c4702b8c29d92abb00d46674f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 24 May 2022 12:53:28 +0200 Subject: [PATCH] s390: set subarch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-s390.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf index 42d49baa..13810624 100644 --- a/tools/catalyst-auto-s390.conf +++ b/tools/catalyst-auto-s390.conf @@ -4,7 +4,7 @@ UPLOAD_USER=s390 UPLOAD_KEY=/root/.ssh/id_rsa SPECS_DIR=${REPO_DIR}/releases/specs/s390/s390 -SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` +SUBARCH=s390 SETS="openrc systemd"