Specify alignment for sgdisk.

This commit is contained in:
Rudolf Vesely 2023-09-12 15:42:08 +00:00 committed by mergify[bot]
parent be98cffef0
commit 38daf3c84a

View File

@ -100,6 +100,8 @@ in
default = ''
${lib.concatStrings (map (partition: ''
sgdisk \
--set-alignment=2048 \
--align-end \
--new=${toString partition._index}:${partition.start}:${partition.end} \
--change-name=${toString partition._index}:${partition.label} \
--typecode=${toString partition._index}:${partition.type} \