项目作者: schanur

项目描述 :
Converts the output of a buildroot build in a single bootabe disk image
高级语言:
项目地址: git://github.com/schanur/buildroot-hd-image.git
创建时间: 2017-06-21T21:12:35Z
项目社区:https://github.com/schanur/buildroot-hd-image

开源协议:

下载


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.