An open API service indexing awesome lists of open source software.

https://github.com/schanur/buildroot-hd-image

Converts the output of a buildroot build in a single bootabe disk image
https://github.com/schanur/buildroot-hd-image

bootloader buildroot disk-image grub grub2 qemu unified

Last synced: 28 days ago
JSON representation

Converts the output of a buildroot build in a single bootabe disk image

Awesome Lists containing this project

README

        

Buildroot currently builds a rootfs file and a kernel file. If you want to start this in a QEMU session, you have to give a separate flag where QEMU can find the kernel.

This script takes the output of Buildroot and converts it to a single disk image file that contains a master boot record, GRUB2 and the kernel in /boot.

It currently only supports x86 builds.