From 17e123504f5a83edbef698236b204542949ce7d2 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 13 Aug 2020 08:18:21 +0200 Subject: [PATCH] Destroyed User guided installation (DEFAULT) (markdown) --- User-guided-installation-(DEFAULT).md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 User-guided-installation-(DEFAULT).md diff --git a/User-guided-installation-(DEFAULT).md b/User-guided-installation-(DEFAULT).md deleted file mode 100644 index d3c701b..0000000 --- a/User-guided-installation-(DEFAULT).md +++ /dev/null @@ -1,8 +0,0 @@ -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