Created Unattended install of a profile (markdown)

Anton Hvornum 2019-09-24 19:38:36 +02:00
parent 8bda140056
commit 82e492d99d
1 changed files with 5 additions and 0 deletions

@ -0,0 +1,5 @@
Everything in the steps from [Autorun on Arch Live CD](wiki/Autorun-on-Arch-Live-CD) are the same, except for one line that needs to change to look like this:
# echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c "~/archinstall/archinstall.py --profile=workstation"' >> ./airootfs/etc/skel/.zprofile
This will unattended install the [workstation](https://github.com/Torxed/archinstall/blob/master/deployments/workstation.json) profile.