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.
This is part of #926 which I'm slowly splitting into smaller, bite-sized PRs.
The PR introduces two helper functions,
EnsureRootFilesystem()
andEnsureBootPartition()
. These will add, respectively, a root filesystem and a boot partition to a partition table if they don't already exist.