go-debos / debos

Debian OS builder
Apache License 2.0
533 stars 136 forks source link

image-partition should rely on less command-line tools #494

Open obbardc opened 5 months ago

obbardc commented 5 months ago

Currently we call out to many tools (e.g sfdisk, mkfs) to create an image.

We should be able to rework this in e.g. golang directly or a write a small helper tool to parse the configuration & generate an image file.