From 4dda1dad83a19c3c83a0ed0cfcb88bc1610c6420 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 18 Apr 2026 02:41:40 -0400 Subject: [PATCH] live-image: mark mkosi.postinst executable in git index mkosi refuses to run a non-executable postinst. git was tracking it as 100644 because it was added from Windows (no POSIX exec bit on the FS), so CI saw a non-executable file even though WSL/Linux had been treating it fine locally. Same fix applied earlier to install.sh + pxe-setup.sh. Co-Authored-By: Claude Opus 4.7 --- live-image/mkosi.postinst | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 live-image/mkosi.postinst diff --git a/live-image/mkosi.postinst b/live-image/mkosi.postinst old mode 100644 new mode 100755