From e49803d092b96500cd086257a88359cd58959525 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 13 Aug 2020 08:18:23 +0200 Subject: [PATCH] Destroyed Unattended install of a profile (markdown) --- Unattended-install-of-a-profile.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Unattended-install-of-a-profile.md diff --git a/Unattended-install-of-a-profile.md b/Unattended-install-of-a-profile.md deleted file mode 100644 index 776b59d..0000000 --- a/Unattended-install-of-a-profile.md +++ /dev/null @@ -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. \ No newline at end of file