Set ESP mount options to match what Fedora does

Also see https://github.com/OSInside/kiwi/issues/2201
This commit is contained in:
Davide Cavalca 2022-11-05 15:39:06 +00:00
parent 81f2a876b5
commit 43d19e3227

3
root/etc/fstab.script Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
gawk -i inplace '$2 == "/boot/efi" { $4 = $4",umask=0077,shortname=winnt" } { print $0 }' /etc/fstab