debian-forge-composer/internal/disk
Christian Kellner 908b62ae08 disk: use entityPath in ContainsMountpoint
Implement `PartitionTable.ContainsMountpoint` via `entityPath` instead
of `FindFileSystemForMountpoint`; `entityPath` is the more generic
variant of `FindFileSystemForMountpoint` and will work with anything
that implements `Mountable`.

Co-Authored-By: Achilleas Koutsou <achilleas@koutsou.net>
2022-02-22 19:23:41 +00:00
..
btrfs.go disk: new interface UniqueEntity for Entities with UUID 2022-02-22 19:23:41 +00:00
disk.go disk: new interface UniqueEntity for Entities with UUID 2022-02-22 19:23:41 +00:00
disk_test.go disk: implement VolumeContainer interface for PartitionTable 2022-02-22 19:23:41 +00:00
filesystem.go disk: new interface UniqueEntity for Entities with UUID 2022-02-22 19:23:41 +00:00
luks.go disk: new interface UniqueEntity for Entities with UUID 2022-02-22 19:23:41 +00:00
lvm.go disk: Entity types must implement Clone() 2022-02-22 19:23:41 +00:00
partition.go disk: move stage option generation functions to osbuild1,2 2022-02-22 19:23:41 +00:00
partition_table.go disk: use entityPath in ContainsMountpoint 2022-02-22 19:23:41 +00:00