Initial import of descriptions

This commit is contained in:
Neal Gompa
2023-10-14 15:21:23 -04:00
parent 14e2f2a0e1
commit 838cd9b2ee
18 changed files with 554 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/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 /