aboutsummaryrefslogtreecommitdiff
path: root/root/etc/fstab.script
blob: cd15a87dd525e04341ca615d19205a0c502ee9c7 (plain)
1
2
3
4
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