aboutsummaryrefslogtreecommitdiff
path: root/root/etc
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'root/etc')
-rwxr-xr-xroot/etc/fstab.script5
-rw-r--r--root/etc/sysconfig/kernel6
2 files changed, 0 insertions, 11 deletions
diff --git a/root/etc/fstab.script b/root/etc/fstab.script
index 94e99db..cd15a87 100755
--- a/root/etc/fstab.script
+++ b/root/etc/fstab.script
@@ -3,8 +3,3 @@
# 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 /
diff --git a/root/etc/sysconfig/kernel b/root/etc/sysconfig/kernel
deleted file mode 100644
index 8da1970..0000000
--- a/root/etc/sysconfig/kernel
+++ /dev/null
@@ -1,6 +0,0 @@
-# UPDATEDEFAULT specifies if kernel-install should make
-# new kernels the default
-UPDATEDEFAULT=yes
-
-# DEFAULTKERNEL specifies the default kernel package type
-DEFAULTKERNEL=kernel-core