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. |
||
|---|---|---|
| .. | ||
| customizations.go | ||
| disk.go | ||
| disk_test.go | ||