index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2018-05-13 23:23:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-13 23:23:43 +0200 |
commit | 4031af07597002747ae344dd3e8594520688f4e9 (patch) | |
tree | 0d221c0e46a0469a7e11c77664a05cf744d21922 | |
parent | 51f7543b0498a84cfc10a7f5549da2e1594ae92e (diff) |
-rw-r--r-- | README.md | 2 |
@@ -5,7 +5,7 @@ Just a bare bone automated [Arch](https://wiki.archlinux.org/index.php/Arch_Linu # cd ~/archlive # echo -e "git\npython-psutil" >> packages.both - # echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airootfs.sh + # echo "cd /root; git clone 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 |