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. |
||
|---|---|---|
| .. | ||
| customizations.go | ||
| disk.go | ||
| disk_test.go | ||