From aa8fff35cf81f61987d7b1956f343ce68324d153 Mon Sep 17 00:00:00 2001 From: James Calligeros Date: Tue, 25 Jun 2024 19:09:32 +1000 Subject: [PATCH] releases: specs: arm64: change stage3 path placeholder This makes it slightly easier to get stage3 automatically Signed-off-by: James Calligeros --- releases/portage/isos/package.accept_keywords/asahi | 1 + releases/specs/arm64/installcd-stage1.spec | 2 +- releases/specs/arm64/installcd-stage2-minimal.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/releases/portage/isos/package.accept_keywords/asahi b/releases/portage/isos/package.accept_keywords/asahi index bf628dad..08b5cb7e 100644 --- a/releases/portage/isos/package.accept_keywords/asahi +++ b/releases/portage/isos/package.accept_keywords/asahi @@ -1,2 +1,3 @@ dev-util/bindgen ~arm64 sys-kernel/asahi-kernel ~arm64 +virtual/dist-kernel ~arm64 diff --git a/releases/specs/arm64/installcd-stage1.spec b/releases/specs/arm64/installcd-stage1.spec index 978034e3..92590a25 100644 --- a/releases/specs/arm64/installcd-stage1.spec +++ b/releases/specs/arm64/installcd-stage1.spec @@ -4,7 +4,7 @@ version_stamp: @TIMESTAMP@ rel_type: 23.0-default profile: default/linux/arm64/23.0 snapshot_treeish: @TREEISH@ -source_subpath: 23.0-default/stage3-arm64-openrc-@TIMESTAMP@.tar.xz +source_subpath: @STAGE3_PATH@ compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/isos repos: @ASAHIOVERLAY@ # Clone chadmed/asahi-overlay (GitHub) and point this to it diff --git a/releases/specs/arm64/installcd-stage2-minimal.spec b/releases/specs/arm64/installcd-stage2-minimal.spec index 1bbe3801..e99305e7 100644 --- a/releases/specs/arm64/installcd-stage2-minimal.spec +++ b/releases/specs/arm64/installcd-stage2-minimal.spec @@ -4,7 +4,7 @@ target: livecd-stage2 rel_type: 23.0-default profile: default/linux/arm64/23.0 snapshot_treeish: @TREEISH@ -source_subpath: 23.0-default/livecd-stage1-arm64-@TIMESTAMP@.tar.xz +source_subpath: @STAGE3_PATH@ portage_confdir: @REPO_DIR@/releases/portage/isos repos: @ASAHIOVERLAY@ # Clone chadmed/asahi-overlay (GitHub) and point this to it