From 094c2b83660471df96b4b5cead48242f320b0548 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Thu, 2 Jul 2026 20:02:45 +0200 Subject: [PATCH] fix AGENTS.md build command: add sudo -E to preserve WORKSPACE_DIR --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index d7b60a4..64c3bd2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -13,7 +13,7 @@ git config user.email "ash8820@proton.me" ## The Crusade - **Artix Linux** ISO (OpenRC init), forked from EndeavourOS-ISO, then migrated to artools after 15 days in a vent shaft - **KDE Plasma** live environment with Calamares installer (offline + online modes) -- **Build command**: `export WORKSPACE_DIR="$PWD" && sudo ./buildiso -p antergos` — **use `./buildiso`**, NOT `buildiso`; the system Artix `/usr/bin/buildiso` lacks `--overwrite='*'` and will fail with file conflicts +- **Build command**: `export WORKSPACE_DIR="$PWD" && sudo -E ./buildiso -p antergos` — **use `./buildiso`**, NOT `buildiso`; the system Artix `/usr/bin/buildiso` lacks `--overwrite='*'` and will fail with file conflicts; `sudo -E` is required to preserve `WORKSPACE_DIR` environment variable - ISO appears in `/var/lib/artools/buildiso/iso/antergos/` (assuming the build gods are pleased) ## Antergos NeXT Repos