Updated to clone net-deploy branch
This commit is contained in:
parent
0447d1cb40
commit
7fd700b3c4
|
|
@ -1,11 +1,11 @@
|
||||||
# archinstall
|
# archinstall
|
||||||
Just a bare bone automated [Arch](https://wiki.archlinux.org/index.php/Arch_Linux) install
|
Just a bare bone automated [Arch](https://wiki.archlinux.org/index.php/Arch_Linux) install with network deployment instructions based on MAC-address.
|
||||||
|
|
||||||
# Autorun on Arch Live CD
|
# Autorun on Arch Live CD
|
||||||
|
|
||||||
# cd ~/archlive
|
# cd ~/archlive
|
||||||
# echo -e "git\npython-psutil" >> packages.both
|
# echo -e "git\npython-psutil" >> packages.both
|
||||||
# echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airootfs.sh
|
# echo "git clone -b net-deploy --single-branch https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airootfs.sh
|
||||||
# echo "chmod +x ~/archinstall/archinstall.py" >> ./airootfs/root/customize_airootfs.sh
|
# echo "chmod +x ~/archinstall/archinstall.py" >> ./airootfs/root/customize_airootfs.sh
|
||||||
# mkdir ./airootfs/etc/skel
|
# mkdir ./airootfs/etc/skel
|
||||||
# echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c ~/archinstall/archinstall.py' >> ./airootfs/etc/skel/.zprofile
|
# echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c ~/archinstall/archinstall.py' >> ./airootfs/etc/skel/.zprofile
|
||||||
|
|
@ -19,7 +19,7 @@ Whenever this live-cd boots, from here on now - it'll run `archinstall.py`.
|
||||||
|
|
||||||
# Manually run it on a booted Live CD
|
# Manually run it on a booted Live CD
|
||||||
|
|
||||||
# git clone https://github.com/Torxed/archinstall.git
|
# git clone -b net-deploy --single-branch https://github.com/Torxed/archinstall.git
|
||||||
# python3 ./archinstall/archinstall.py
|
# python3 ./archinstall/archinstall.py
|
||||||
|
|
||||||
# Some parameters you can give it
|
# Some parameters you can give it
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue