aboutsummaryrefslogtreecommitdiff
path: root/root/etc/fstab.script
diff refs
from:
to:
flip
diff options
context:
space:
mode:
Diffstat (limited to 'root/etc/fstab.script')
-rwxr-xr-xroot/etc/fstab.script5
1 files changed, 0 insertions, 5 deletions
diff --git a/root/etc/fstab.script b/root/etc/fstab.script
deleted file mode 100755
index cd15a87..0000000
--- a/root/etc/fstab.script
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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