Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fdisk-util: Make fdisk_new_context_fd() more generic | Daan De Meyer | 2023-08-14 | 1 | -1/+1 |
| | | | | | Let's make this an openat() style function so we can also pass a device path. | ||||
* | sysupdate: Move fdisk partition flags helpers to fdisk-util.c | Daan De Meyer | 2023-08-01 | 1 | -0/+3 |
| | |||||
* | homework: when creating/resizing GPT partitions, also set sector size explicitly | Lennart Poettering | 2023-01-18 | 1 | -1/+1 |
| | |||||
* | fdisk-util: add fdisk_partition_get_type_as_id128() helper | Lennart Poettering | 2022-11-29 | 1 | -0/+1 |
| | | | | 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/+4 |
| | | | | Inspired by: #25534 | ||||
* | fdisk: introduce common fdisk_new_context_fd() helper | Lennart Poettering | 2022-11-26 | 1 | -0/+2 |
| | | | | | 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. | ||||
* | repart,homed: split out disk cleanup macros into generic header | Lennart Poettering | 2021-11-25 | 1 | -0/+15 |