From 82e492d99d9c4e2d872657da99888c45ea8f9948 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 24 Sep 2019 19:38:36 +0200 Subject: [PATCH] Created Unattended install of a profile (markdown) --- Unattended-install-of-a-profile.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Unattended-install-of-a-profile.md diff --git a/Unattended-install-of-a-profile.md b/Unattended-install-of-a-profile.md new file mode 100644 index 0000000..759f715 --- /dev/null +++ b/Unattended-install-of-a-profile.md @@ -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. \ No newline at end of file