Created Unattended install of a profile (markdown)
parent
8bda140056
commit
82e492d99d
|
|
@ -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.
|
||||
Loading…
Reference in New Issue