From dfbeff3a8f7b80e52fea2bf0b5582469085922b4 Mon Sep 17 00:00:00 2001 From: oxmc7769 Date: Thu, 5 Mar 2026 05:47:27 -0800 Subject: [PATCH] IDFK --- export-iso/03-finalise/01-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export-iso/03-finalise/01-run.sh b/export-iso/03-finalise/01-run.sh index d5fd53e..74a53b5 100755 --- a/export-iso/03-finalise/01-run.sh +++ b/export-iso/03-finalise/01-run.sh @@ -85,7 +85,7 @@ grub-mkrescue \ --output="${ISO_FILE}" \ "${ISO_TEMP_DIR}" \ -- \ - -V "ChillcraftOS" + -volid "ChillcraftOS" rm -rf "${ISO_TEMP_DIR}"