base-image/scripts/finalization.sh

7 lines
114 B
Bash
Raw Normal View History

2022-12-16 02:45:20 +00:00
#!/usr/bin/env bash
set -eux
umount -R /mnt
echo "All done! You should have a freshly baked raw disk image now"