Diffstat (limited to 'root/etc/fstab.script')
| -rwxr-xr-x | root/etc/fstab.script | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/root/etc/fstab.script b/root/etc/fstab.script deleted file mode 100755 index 94e99db..0000000 --- a/root/etc/fstab.script +++ /dev/null @@ -1,10 +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 - -# Run selinux relabel at the right time -# https://github.com/OSInside/kiwi/issues/2192 -# https://github.com/OSInside/kiwi/pull/2282#issuecomment-1514399308 -setfiles -F -p -c /etc/selinux/targeted/policy/policy.* -e /proc -e /sys -e /dev /etc/selinux/targeted/contexts/files/file_contexts / |