ci(installer-iso): drop --title (not supported by livemedia-creator)
Some checks failed
Build veilor-os Installer ISO / Build installer ISO (push) Failing after 39s

livemedia-creator failed with 'unrecognized arguments: --title' — that
flag is livecd-creator-only. Use --volid for the ISO volume label.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
claude-veilor-bot 2026-05-06 23:58:56 +01:00
parent cf27f80cd9
commit 8c19b6bb7d

View file

@ -64,13 +64,15 @@ jobs:
set -euxo pipefail
mkdir -p build/out /var/lmc
ln -sfn "$GITHUB_WORKSPACE" /work
# livemedia-creator does NOT support --title (that's livecd-creator).
# --volid replaces it for the ISO volume label.
livemedia-creator \
--make-iso \
--no-virt \
--ks kickstart/install-ostreecontainer-installer.ks \
--resultdir build/out \
--tmp /var/lmc \
--title "veilor-os" \
--volid "veilor-os-installer-${RELEASEVER}" \
--project "veilor-os" \
--releasever "$RELEASEVER" \
--logfile build/out/build.log \