Go to file
Jose M. Guisado 3d9db0b93b context: add disklabel creation and writing
Adds wrappers for following label related functions from libfdisk:

- fdisk_create_disklabel
- fdisk_write_disklabel

These functions are declared as methods of a Context python object.
2022-12-15 12:16:49 +01:00
.gitignore Initial commit 2022-04-06 12:56:11 +02:00
COPYING Add COPYING and license headers 2022-04-07 17:03:34 +02:00
MANIFEST.in Add MANIFEST.in 2022-04-06 15:40:31 +02:00
context.c context: add disklabel creation and writing 2022-12-15 12:16:49 +01:00
fdisk.c fdisk.c: add partition module object 2022-04-26 17:08:49 +02:00
fdisk.h fdisk.c: add partition module object 2022-04-26 17:08:49 +02:00
label.c Use c99 struct initialization 2022-04-28 15:47:55 +02:00
partition.c Use c99 struct initialization 2022-04-28 15:47:55 +02:00
setup.py Initial commit 2022-04-06 12:56:11 +02:00