specs: allow setting of distcc hosts

Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
This commit is contained in:
James Calligeros 2024-08-30 03:11:26 +00:00
parent 4ed9260166
commit 93e91b45da
Signed by: chadmed
GPG key ID: D43632D151F77960
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ source_subpath: @STAGE3_PATH@
compression_mode: pixz compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/isos portage_confdir: @REPO_DIR@/releases/portage/isos
repos: @ASAHIOVERLAY@ # Clone chadmed/asahi-overlay (GitHub) and point this to it repos: @ASAHIOVERLAY@ # Clone chadmed/asahi-overlay (GitHub) and point this to it
distcc_hosts: @DISTCC_HOSTS@
livecd/use: livecd/use:
alsa alsa

View file

@ -7,6 +7,7 @@ snapshot_treeish: @TREEISH@
source_subpath: 23.0-default/livecd-stage1-arm64-@TIMESTAMP@.tar.xz source_subpath: 23.0-default/livecd-stage1-arm64-@TIMESTAMP@.tar.xz
portage_confdir: @REPO_DIR@/releases/portage/isos portage_confdir: @REPO_DIR@/releases/portage/isos
repos: @ASAHIOVERLAY@ # Clone chadmed/asahi-overlay (GitHub) and point this to it repos: @ASAHIOVERLAY@ # Clone chadmed/asahi-overlay (GitHub) and point this to it
distcc_hosts: @DISTCC_HOSTS@
livecd/bootargs: dokeymap livecd/bootargs: dokeymap
livecd/fstype: squashfs livecd/fstype: squashfs