fn parse_os_release( fs: &FileSystem<Sha512HashValue>, repo: &Repository<Sha512HashValue>, ) -> Result<Option<(String, Option<String>, Option<String>)>>
Parses /usr/lib/os-release and returns (id, title, version)