Move /etc/X11/xorg.conf.d creation to a later hook
This commit is contained in:
parent
133321c403
commit
7c61497768
@ -23,8 +23,6 @@ echo "allow_vendor_change=False" >> /etc/dnf/dnf.conf
|
|||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
## Fixes KDE Plasma, see rhbz#2058657
|
## Fixes KDE Plasma, see rhbz#2058657
|
||||||
setsebool -P selinuxuser_execmod 1
|
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
|
# Clear machine specific configuration
|
||||||
|
@ -4,4 +4,7 @@
|
|||||||
# https://github.com/OSInside/kiwi/issues/2343#issuecomment-1663427508
|
# https://github.com/OSInside/kiwi/issues/2343#issuecomment-1663427508
|
||||||
rm /boot/mbrid /config.bootoptions /config.partids
|
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
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user