Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2018-04-07 09:25:40 +0200
committerGitHub <noreply@github.com>2018-04-07 09:25:40 +0200
commit7fd700b3c4ac3268b2904ea66f89c5272db8ab65 (patch)
treea7a624c9a05f528599d984d730a9511d772d4d8c /README.md
parent0447d1cb4071b5ad5ba874c4a80ac6c8e555e0bb (diff)
Updated to clone net-deploy branch
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 f9a70e65..88984d2c 100644
--- a/README.md
+++ b/README.md
@@ -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