diff --git a/releases/specs/amd64/x32/stage1-systemd.spec b/releases/specs/amd64/x32/stage1-systemd.spec new file mode 100644 index 00000000..83846587 --- /dev/null +++ b/releases/specs/amd64/x32/stage1-systemd.spec @@ -0,0 +1,12 @@ +subarch: x32 +target: stage1 +version_stamp: systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/amd64/17.0/x32/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-x32-systemd-latest +compression_mode: pixz +update_seed: yes +update_seed_command: --update --deep --newuse @world +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/amd64/x32/stage3-systemd.spec b/releases/specs/amd64/x32/stage3-systemd.spec new file mode 100644 index 00000000..124d9f5a --- /dev/null +++ b/releases/specs/amd64/x32/stage3-systemd.spec @@ -0,0 +1,10 @@ +subarch: x32 +target: stage3 +version_stamp: systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/amd64/17.0/x32/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-x32-systemd-@TIMESTAMP@ +compression_mode: pixz +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index de6a291d..e999b3b5 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -28,6 +28,7 @@ SETS=" musl_hardened musl_llvm x32_openrc + x32_systemd " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" @@ -69,6 +70,8 @@ SET_musl_hardened_SPECS="musl-hardened/stage1.spec musl-hardened/stage3.spec" SET_x32_openrc_SPECS="x32/stage1-openrc.spec x32/stage3-openrc.spec" +SET_x32_systemd_SPECS="x32/stage1-systemd.spec x32/stage3-systemd.spec" + KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64 EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)" @@ -131,6 +134,9 @@ post_build() { x32/stage3-openrc.spec) upload stage3-x32-openrc-${TIMESTAMP}.tar.xz* ;; + x32/stage3-systemd.spec) + upload stage3-x32-systemd-${TIMESTAMP}.tar.xz* + ;; livegui/livegui-stage2.spec) upload livegui-amd64-${TIMESTAMP}.iso* ;;