Function detect_os_from_path

Source
pub fn detect_os_from_path(base: &Path) -> Option<OS>
Expand description

Detects the existence of an OS at a defined path.

This function is called by detect_os_from_device, after having temporarily mounted it.