Compare commits
No commits in common. "93e91b45da48a3358d3fb0097c112ebb5bae4dfe" and "428f2e4e2ba55f00f45d6995baa13dd9da349b14" have entirely different histories.
93e91b45da
...
428f2e4e2b
3 changed files with 1 additions and 10 deletions
|
@ -6,13 +6,12 @@
|
||||||
: ${BUILDDIR:="${BASEDIR}/builds"}
|
: ${BUILDDIR:="${BASEDIR}/builds"}
|
||||||
: ${VER:=$(date +'%Y%m%d')}
|
: ${VER:=$(date +'%Y%m%d')}
|
||||||
: ${GENTOO_MIRROR:="https://mirror.aarnet.edu.au/pub/gentoo/"}
|
: ${GENTOO_MIRROR:="https://mirror.aarnet.edu.au/pub/gentoo/"}
|
||||||
: ${DESTDIR:="/path/to/dest"}
|
|
||||||
|
|
||||||
echo "Trying to enter ${BASEDIR}..."
|
echo "Trying to enter ${BASEDIR}..."
|
||||||
cd "${BASEDIR}"
|
cd "${BASEDIR}"
|
||||||
|
|
||||||
echo "Cleaning out ${BASEDIR}..."
|
echo "Cleaning out ${BASEDIR}..."
|
||||||
rm -rf "${BASEDIR}"/*
|
#rm -rf "${BASEDIR}"/*
|
||||||
|
|
||||||
echo "Cloning Gentoo Asahi releng files..."
|
echo "Cloning Gentoo Asahi releng files..."
|
||||||
git clone https://github.com/chadmed/gentoo-asahi-releng \
|
git clone https://github.com/chadmed/gentoo-asahi-releng \
|
||||||
|
@ -66,9 +65,3 @@ catalyst -f installcd-stage1.spec
|
||||||
|
|
||||||
echo "Building stage2 ISO..."
|
echo "Building stage2 ISO..."
|
||||||
catalyst -f installcd-stage2-minimal.spec
|
catalyst -f installcd-stage2-minimal.spec
|
||||||
|
|
||||||
cp -r "${BASEDIR}"/builds/23.0-default/install-arm64-asahi-"${VER}".i* "${DESTDIR}"/.
|
|
||||||
ln -sf "${DESTDIR}/install-arm64-asahi-${VER}.iso" "${DESTDIR}/install-arm64-asahi-latest.iso"
|
|
||||||
ln -sf "${DESTDIR}/install-arm64-asahi-${VER}.iso.sha256" "${DESTDIR}/install-arm64-asahi-latest.iso.sha256"
|
|
||||||
ln -sf "${DESTDIR}/install-arm64-asahi-${VER}.iso.CONTENTS.gz" "${DESTDIR}/install-arm64-asahi-latest.iso.CONTENTS.gz"
|
|
||||||
ln -sf "${DESTDIR}/install-arm64-asahi-${VER}.iso.DIGESTS" "${DESTDIR}/install-arm64-asahi-latest.iso.DIGESTS"
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ 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
|
||||||
|
|
|
@ -7,7 +7,6 @@ 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue