From d4f0b95d53334e3cd8acd60da6c68e8836c7e4d0 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 24 Sep 2019 19:40:49 +0200 Subject: [PATCH] Created User guided installation (DEFAULT) (markdown) --- User-guided-installation-(DEFAULT).md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 User-guided-installation-(DEFAULT).md diff --git a/User-guided-installation-(DEFAULT).md b/User-guided-installation-(DEFAULT).md new file mode 100644 index 0000000..d3c701b --- /dev/null +++ b/User-guided-installation-(DEFAULT).md @@ -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. \ No newline at end of file