Set ESP mount options to match what Fedora does
Also see https://github.com/OSInside/kiwi/issues/2201
This commit is contained in:
parent
81f2a876b5
commit
43d19e3227
3
root/etc/fstab.script
Executable file
3
root/etc/fstab.script
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
gawk -i inplace '$2 == "/boot/efi" { $4 = $4",umask=0077,shortname=winnt" } { print $0 }' /etc/fstab
|
Loading…
Reference in New Issue
Block a user