Move /etc/X11/xorg.conf.d creation to a later hook

This commit is contained in:
Davide Cavalca 2023-09-30 16:19:26 -07:00
parent 133321c403
commit 7c61497768
2 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,6 @@ echo "allow_vendor_change=False" >> /etc/dnf/dnf.conf
#--------------------------------------
## Fixes KDE Plasma, see rhbz#2058657
setsebool -P selinuxuser_execmod 1
## Create /etc/X11/xorg.conf.d, see rhbz#2240159
mkdir -p /etc/X11/xorg.conf.d
#======================================
# Clear machine specific configuration

View File

@ -4,4 +4,7 @@
# https://github.com/OSInside/kiwi/issues/2343#issuecomment-1663427508
rm /boot/mbrid /config.bootoptions /config.partids
## Create /etc/X11/xorg.conf.d, see rhbz#2240159
mkdir -p /etc/X11/xorg.conf.d
exit 0