Bug#968401: partman-efi version 85: fstab/efi is missing the executable flag
Package: partman-efi
Severity: important
Tags: d-i
Logging a bug against this, since it's a rather important issue.
https://salsa.debian.org/installer-team/partman-efi/-/commit/1a096e6ede94cce8e5272e31946a506ae7f611e7.patch 
had the rather unfortunate side effect of removing the +x attribute from 
fstab/efi.
Combined with finish.d/20mount_partitions using a loop that checks for 
the executable flag before running the scripts from fstab.d:
        for i in /lib/partman/fstab.d/*; do
                [ -x "$i" ] || continue
                $i
        done |
this effectively means that fstab/efi is no longer executed.
A patch has been submitted in:
https://salsa.debian.org/installer-team/partman-efi/-/merge_requests/2
Regards,
/Pete
Reply to: