index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2018-04-08 00:32:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 00:32:33 +0200 |
commit | 3c7ad899226cdabc9be5500b96d480b56fcb0f0f (patch) | |
tree | 235ca02c1af2a006f2314f6f095478512fc9865c /README.md | |
parent | 0447d1cb4071b5ad5ba874c4a80ac6c8e555e0bb (diff) | |
parent | e395962fe22305755a5dc6b5c3650d12cf5b3604 (diff) |
-rw-r--r-- | README.md | 10 |
@@ -1,11 +1,11 @@ # 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 # cd ~/archlive # 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 # mkdir ./airootfs/etc/skel # 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 - # 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 # Some parameters you can give it @@ -52,3 +52,7 @@ Whenever this live-cd boots, from here on now - it'll run `archinstall.py`. --post=reboot (Default) After a successful install, reboots into the system. + +## End note + + 
\ No newline at end of file |