A set of scripts, etc. for making a bootable image that runs breakin.
The Build job will run on every push. To make a new release, push a
new tag.
To generate the kernel and initramfs via Docker, start by building the build container:
docker build . -t bootimage:latestThen, to build breakin and generate the kernel + initramfs + ISO, run:
docker run -v "${PWD}":/mnt/out -it bootimage:latestUpon success, you'll have three files vmlinux, initramfs,
and bootimg.iso in the current directory.