Created User guided installation (DEFAULT) (markdown)
parent
406ebe0d0a
commit
d4f0b95d53
|
|
@ -0,0 +1,8 @@
|
|||
Change the autostart line from [Autorun on Arch Live CD](https://github.com/Torxed/archinstall/wiki/Autorun-on-Arch-Live-CD) to match:
|
||||
|
||||
# echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c "~/archinstall/archinstall.py"' >> ./airootfs/etc/skel/.zprofile
|
||||
|
||||
This will cause the script to halt and ask for a profile to install before proceeding.
|
||||
When asked, enter `workstation` for instance - to install based on the [workstation](https://github.com/Torxed/archinstall/blob/master/deployments/workstation.json) template.
|
||||
|
||||
> **CAUTION**: If a MAC-address matches under `/deployments`, that profile will forcefully be installed and have presidence over any other profile information.
|
||||
Loading…
Reference in New Issue