
set -ex

docker build -t grub-support .
docker run --privileged --rm -v $PWD/output:/output --net=host -v /dev:/dev grub-support

