debian-forge-composer/internal/disk
Christian Kellner c8efc7d282 disk: create file system accessors and use those
In various places we are interested in the root and boot file-
systems. Currently those were accessed via by retrieving the
partition that contain them and the accessing the filesystem
member. Add accessors to `PartitionTable` that directly return
the needed filesystem. This will help if the file system is
stored inside a container like LVM or LUKS instead of directly
on a partition.
2022-02-22 19:23:41 +00:00
..
customizations.go disk: random volume ID generator for FAT 2021-12-02 12:12:05 +01:00
disk.go disk: create file system accessors and use those 2022-02-22 19:23:41 +00:00
disk_test.go gosec: G404 - Use of weak rng 2021-12-13 12:17:30 +02:00