Remove kiwi leftovers we don't need

This commit is contained in:
Davide Cavalca 2023-08-22 13:42:48 -07:00
parent b48721a82a
commit 99f6832a9d

7
pre_disk_sync.sh Normal file
View File

@ -0,0 +1,7 @@
#!/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
exit 0