Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLord Anton Hvornum <anton.hvo@gmail.com>2018-05-24 20:34:17 +0200
committerLord Anton Hvornum <anton.hvo@gmail.com>2018-05-24 20:34:17 +0200
commit225b0b6451f6bb5eaf558c8ba309d64bde3910ef (patch)
tree30fd96d477bf915ab288a6c6a0ef2ed38a6379a8 /README.md
parentf85301544827b20a2ba206092affd3da379842a1 (diff)
Updated README to reflect master not old branch net-deploy
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8f04d45b..3f7d24ad 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@ Just a bare bone automated [Arch](https://wiki.archlinux.org/index.php/Arch_Linu
# echo -e "git\npython-psutil" >> packages.both
# echo "cd /root" >> ./airootfs/root/customize_airootfs.sh
# echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airootfs.sh
- # echo "cd archinstall; git checkout net-deploy; cd /root" >> ./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
@@ -21,7 +20,7 @@ Whenever this live-cd boots, from here on now - it'll run `archinstall.py` with
# Manually run it on a booted Live CD
- # wget https://raw.githubusercontent.com/Torxed/archinstall/net-deploy/archinstall.py
+ # wget https://raw.githubusercontent.com/Torxed/archinstall/master/archinstall.py
# python3 archinstall.py
# Rerunning a installation
@@ -64,7 +63,8 @@ Whenever this live-cd boots, from here on now - it'll run `archinstall.py` with
--post=reboot (Default)
After a successful install, reboots into the system. Use --post=stay to not reboot.
-net-deployment structs support all these and more. Custom arguments with string formatting. See [deployments/workstation.json](https://github.com/Torxed/archinstall/blob/net-deploy/deployments/workstation.json) for examples.
+net-deployment structs support all these and more, among those, custom arguments with string formatting.
+See [deployments/workstation.json](https://github.com/Torxed/archinstall/blob/net-deploy/deployments/workstation.json) for examples.
## End note