index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2018-04-06 20:02:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 20:02:37 +0200 |
commit | 339d6878f1c1de217719b1898f8fbe0146c74e0a (patch) | |
tree | bb8fd6af9e833bf293764c0a48843f363f9e2cbd /README.md | |
parent | 6cb796aad532c11412498f78590a1d1a81f47d0f (diff) |
-rw-r--r-- | README.md | 1 |
@@ -6,6 +6,7 @@ Just a bare bone arch install # cd ~/archlive # echo "git" >> packages.both # echo "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 |