Align the partition end sectors and add partition names
All threads resolved!
All threads resolved!
sgdisk by default only aligns the partition start. Use the --align-end
option to align the partition end too. See https://wiki.archlinux.org/title/Advanced_Format#Partition_alignment. Just to note, this doesn't make the images usable on 4Kn disks.
Additionally:
- Add
PARTLABEL
values to all partitions. - Do not hardcode the partition number and end sectors in
sgdisk
commands by using the special value "0
". - Follow the Discoverable Partitions Specification by using the "Linux x86-64 root" partition type.
- Do not create a UUID for the swap file.
Edited by nl6720
Merge request reports
Activity
added 1 commit
- d2d0f7e9 - Align the partition end sectors and add partition names
added 3 commits
-
d2d0f7e9...3af2d247 - 2 commits from branch
archlinux:master
- 21559756 - Align the partition end sectors and add partition names
-
d2d0f7e9...3af2d247 - 2 commits from branch
- Resolved by nl6720
mentioned in merge request !182 (merged)
added 4 commits
-
0b81afdd...dec52b8e - 2 commits from branch
archlinux:master
- 6822ecd3 - Align the partition end sectors and add partition names
- 41fac2e2 - Do not create a UUID for the swap file
-
0b81afdd...dec52b8e - 2 commits from branch
added 4 commits
-
41fac2e2...7a553ea4 - 2 commits from branch
archlinux:master
- 266b1158 - Align the partition end sectors and add partition names
- 467dd4f9 - Do not create a UUID for the swap file
-
41fac2e2...7a553ea4 - 2 commits from branch
added 4 commits
-
467dd4f9...19de7099 - 2 commits from branch
archlinux:master
- 0b44567f - Align the partition end sectors and add partition names
- 4f4fe45e - Do not create a UUID for the swap file
-
467dd4f9...19de7099 - 2 commits from branch
- Resolved by nl6720
- Resolved by nl6720
- Resolved by Kristian Klausen
mentioned in commit b5ca914f
mentioned in merge request !189 (merged)
Please register or sign in to reply