#!/bin/bash -e

# Forcefully reconfigure the grub package, which reinstalls the bootloader.
env GRUB_SKIP_CONTAINER_CHECK=1 \
	dpkg-reconfigure --force grub
