Automatically change directory and replace archinstall on boot

This commit is contained in:
Dylan M. Taylor 2021-04-10 17:59:08 -04:00 committed by Dylan Taylor
parent 92b8143743
commit 0762a7173c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
- run: find .
- run: cat /etc/os-release
- run: mkdir -p /tmp/archlive/airootfs/root/archinstall-git; cp -r . /tmp/archlive/airootfs/root/archinstall-git
- run: echo "pip uninstall archinstall -y; cd archinstall-git; python setup.py install; echo 'Type python -m archinstall to launch archinstall'" > /tmp/archlive/airootfs/root/.zprofile
- run: pacman -Sy; pacman --noconfirm -S git archiso
- run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive
- run: echo -e "git\npython\npython-pip\npython-setuptools" >> /tmp/archlive/packages.x86_64