2023-08-22 20:42:48 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Remove kiwi leftovers we don't need
|
|
|
|
# https://github.com/OSInside/kiwi/issues/2343#issuecomment-1663427508
|
|
|
|
rm /boot/mbrid /config.bootoptions /config.partids
|
|
|
|
|
2023-09-30 23:19:26 +00:00
|
|
|
## Create /etc/X11/xorg.conf.d, see rhbz#2240159
|
|
|
|
mkdir -p /etc/X11/xorg.conf.d
|
|
|
|
|
2023-08-22 20:42:48 +00:00
|
|
|
exit 0
|