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
- Host: GitHub
- URL: https://github.com/schanur/buildroot-hd-image
- Owner: schanur
- Created: 2017-06-21T21:12:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T21:21:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T01:22:05.431Z (3 months ago)
- Topics: bootloader, buildroot, disk-image, grub, grub2, qemu, unified
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MIT.md
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.