asahi-kiwi-descriptions/pre_disk_sync.sh
2023-08-22 13:42:48 -07:00

8 lines
181 B
Bash

#!/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