Diffstat (limited to 'root/etc')
| -rwxr-xr-x | root/etc/fstab.script | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/root/etc/fstab.script b/root/etc/fstab.script new file mode 100755 index 0000000..cd15a87 --- /dev/null +++ b/root/etc/fstab.script @@ -0,0 +1,5 @@ +#!/bin/sh + +# Set ESP mount options to match what Fedora does +# https://github.com/OSInside/kiwi/issues/2201 +gawk -i inplace '$2 == "/boot/efi" { $4 = $4",umask=0077,shortname=winnt" } { print $0 }' /etc/fstab |