From a215df5952945274bd13edae94dd02566e2fb495 Mon Sep 17 00:00:00 2001 From: claude-veilor-bot <279801990+s8n-ru@users.noreply.github.com> Date: Wed, 6 May 2026 14:58:24 +0100 Subject: [PATCH] ci: symlink /work -> GITHUB_WORKSPACE for ks %post SRC probe Co-Authored-By: Claude Opus 4.7 --- .github/workflows/build-iso.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index 1ccff57..9356968 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -100,6 +100,12 @@ jobs: ksvalidator kickstart/veilor-os-ci.ks mkdir -p build/out + # The kickstart's %post --nochroot probes a fixed list of + # candidate paths to locate the repo source for overlay/scripts + # copy. /work is the canonical CI candidate; symlink the live + # workspace there so the existing probe finds it. + ln -sfn "$GITHUB_WORKSPACE" /work + mkdir -p /var/lmc /var/lmc-cache livecd-creator \ --verbose \