mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
inspection: Parse os-release "opensuse-leap" as opensuse (RHBZ#1634248).
This commit is contained in:
@@ -143,7 +143,7 @@ and distro_of_os_release_id = function
|
||||
| "kali" -> Some DISTRO_KALI_LINUX
|
||||
| "mageia" -> Some DISTRO_MAGEIA
|
||||
| "neokylin" -> Some DISTRO_NEOKYLIN
|
||||
| "opensuse" -> Some DISTRO_OPENSUSE
|
||||
| "opensuse" | "opensuse-leap" -> Some DISTRO_OPENSUSE
|
||||
| "pld" -> Some DISTRO_PLD_LINUX
|
||||
| "rhel" -> Some DISTRO_RHEL
|
||||
| "sles" | "sled" -> Some DISTRO_SLES
|
||||
|
||||
Reference in New Issue
Block a user