Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#
# Creates a multi-partition QEMU disk image from our buildroot outputs and embeds grub2
#
# TODO: Better error handling
# TODO: Better args (grub.cfg path is assumed)
#
DEBUG=1
IMAGE_NAME="dhc.img"