Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | homework: when creating/resizing GPT partitions, also set sector size explicitly | Lennart Poettering | 2023-01-18 | 1 | -1/+19 |
| | |||||
* | fdisk-util: add fdisk_partition_get_type_as_id128() helper | Lennart Poettering | 2022-11-29 | 1 | -0/+18 |
| | | | | Let's also add an easy accessor for the other per-partition UUID. | ||||
* | fdisk-util: add fdisk_partition_get_uuid_as_id128() helper | Lennart Poettering | 2022-11-29 | 1 | -0/+13 |
| | | | | Inspired by: #25534 | ||||
* | fdisk: introduce common fdisk_new_context_fd() helper | Lennart Poettering | 2022-11-26 | 1 | -0/+29 |
We do the same thing over and over again and it's a bit ugly, hence let's unify the code for it at one common place. |