gokrazy / tools

this repository contains the gok CLI tool of gokrazy
https://gokrazy.org
BSD 3-Clause "New" or "Revised" License
50 stars 26 forks source link

packer: allow using MBR partition tables #28

Closed anupcshan closed 2 years ago

anupcshan commented 2 years ago

Related to https://github.com/gokrazy/gokrazy/issues/101 and https://github.com/gokrazy/gokrazy/pull/102

Some ARM devices (like Odroid XU4/HC1/HC2) only support MBR booting. Allow generating MBR partition table for such devices.

gokr-packer now supports a TOML device manifest that can specify details like MBR partition table, list of kernel files and any additional blobs that need to be stored on disk.

stapelberg commented 2 years ago

Thanks!