debian-forge-composer/internal/disk
Christian Kellner 1dbd2bc364 disk: use new alignment helper to align partitions
Align partitions during their re-layout. Specifically, we align the
first partition which removes the need for the hard coded magic
number of 2048, which represents the proper alignment for a grain
size of 1MB given a sector size of 512 (our setup).

NB: Since all our partitions should sizes that are themselves
aligned, i.e. evenly dividable by the default grain (1MB) this
will not actually change any manifest.
2022-02-22 19:23:41 +00:00
..
customizations.go disk: use new alignment helper to align partitions 2022-02-22 19:23:41 +00:00
disk.go disk: use new alignment helper to align partitions 2022-02-22 19:23:41 +00:00
disk_test.go disk: add alignment helper 2022-02-22 19:23:41 +00:00