diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-23 20:21:53 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-23 20:21:53 +0100 |
commit | aea64e32a4b9aa880fca7dbe95815e528b1ce251 (patch) | |
tree | 1556f39379531404bb00b82cf9a36fc92eb79151 /tools | |
parent | arm64: add desktop stages (diff) | |
download | releng-aea64e32a4b9aa880fca7dbe95815e528b1ce251.tar.gz releng-aea64e32a4b9aa880fca7dbe95815e528b1ce251.tar.bz2 releng-aea64e32a4b9aa880fca7dbe95815e528b1ce251.zip |
arm64: set SUBARCH (stage1.spec is gone)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/catalyst-auto-arm64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index d9d0c37f..8519d23d 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -4,7 +4,7 @@ UPLOAD_USER=arm64 UPLOAD_KEY=/root/.ssh/id_ed25519 SPECS_DIR=${REPO_DIR}/releases/specs/arm64 -SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` +SUBARCH=arm64 SETS="openrc systemd musl muslhardened" |