Skip to content

Commit

Permalink
Fix ArchInstall ISO build (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmtaylor committed Oct 2, 2023
1 parent 8257e9f commit a095e39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ packages_file="/tmp/archlive/packages.x86_64"

# Packages to add to the archiso profile packages
packages=(
gcc
git
pkgconfig
python
python-pip
python-build
Expand All @@ -24,7 +26,7 @@ cat <<- _EOF_ | tee /tmp/archlive/airootfs/root/.zprofile
rm -rf dist
python -m build --wheel --no-isolation
pip install dist/archinstall*.whl
pip install dist/archinstall*.whl --break-system-packages
echo "This is an unofficial ISO for development and testing of archinstall. No support will be provided."
echo "This ISO was built from Git SHA $GITHUB_SHA"
Expand Down

0 comments on commit a095e39

Please sign in to comment.