osbuild / images

Image builder image definition library
Apache License 2.0
23 stars 52 forks source link

Partition table helper functions for adding root filesystem and boot partition (COMPOSER-2355) #1009

Closed achilleas-k closed 1 week ago

achilleas-k commented 2 weeks ago

This is part of #926 which I'm slowly splitting into smaller, bite-sized PRs.


The PR introduces two helper functions, EnsureRootFilesystem() and EnsureBootPartition(). These will add, respectively, a root filesystem and a boot partition to a partition table if they don't already exist.