]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.h
discover: Handle BTRFS root subvolumes
[petitboot] / discover / device-handler.h
index e5501ec41d6e4911acc39aba2fd9efcc617eb9e8..12f5ce07e139d0d5ba6a142d01224ec4ce4f2272 100644 (file)
@@ -25,6 +25,7 @@ struct discover_device {
        const char              *label;
 
        char                    *mount_path;
+       char                    *root_path;
        const char              *device_path;
        struct ramdisk_device   *ramdisk;
        bool                    mounted;