debian-forge-composer/internal/disk
Christian Kellner 37e6fa8b95 disk: add entity-based interfaces and types
Add a generic entity data model that can be used to navigate and operate
on any specific disk image layout. Since the latter allows for arbitrary
nesting of different container types, such as LUKS2, LVM2, and with file
systems that can have sub-volumes, the entity model is very generic.

Co-Authored-By: Achilleas Koutsou <achilleas@koutsou.net>
2022-02-22 19:23:41 +00:00
..
customizations.go disk: use bytes instead of sectors in all code 2022-02-22 19:23:41 +00:00
disk.go disk: add entity-based interfaces and types 2022-02-22 19:23:41 +00:00
disk_test.go disk: use bytes instead of sectors in all code 2022-02-22 19:23:41 +00:00
filesystem.go disk: move Filesystem and methods to separate file 2022-02-22 19:23:41 +00:00
partition.go disk: move Partition and methods to separate file 2022-02-22 19:23:41 +00:00
partition_table.go disk: move PartitionTable and methods to separate file 2022-02-22 19:23:41 +00:00