Destroyed Unattended install of a profile (markdown)

Anton Hvornum 2020-08-13 08:18:23 +02:00
parent 17e123504f
commit e49803d092
1 changed files with 0 additions and 5 deletions

@ -1,5 +0,0 @@
Everything in the steps from [Autorun on Arch Live CD](https://github.com/Torxed/archinstall/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.