OpenPGP in Rust: the Sequoia project
OpenPGP in Rust: the Sequoia project
Posted Sep 17, 2020 14:36 UTC (Thu) by alison (subscriber, #63752)In reply to: OpenPGP in Rust: the Sequoia project by mezcalero
Parent article: OpenPGP in Rust: the Sequoia project
Posted Sep 22, 2020 6:30 UTC (Tue)
by jwilk (subscriber, #63328)
[Link]
As far as I can see, libfdisk does support EFI partition labels:
OpenPGP in Rust: the Sequoia project
extern int fdisk_partition_set_name(struct fdisk_partition *pa, const char *name);
extern const char *fdisk_partition_get_name(struct fdisk_partition *pa);