asahi-kiwi-descriptions/root/etc/fstab.script

6 lines
209 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
2023-06-19 19:21:37 +00:00
# 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