If the /etc/os-release file contains comments or spaces python's csv reader will throw an exception. Thus this data must be ripped out prior reading
16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
NAME="openSUSE Leap"
|
|
VERSION="15.5"
|
|
ID="opensuse-leap"
|
|
|
|
# some comment
|
|
ID_LIKE="suse opensuse"
|
|
VERSION_ID="15.5"
|
|
PRETTY_NAME="openSUSE Leap 15.5"
|
|
# some other comment
|
|
ANSI_COLOR="0;32"
|
|
CPE_NAME="cpe:/o:opensuse:leap:15.5"
|
|
BUG_REPORT_URL="https://bugs.opensuse.org"
|
|
HOME_URL="https://www.opensuse.org/"
|
|
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap"
|
|
LOGO="distributor-logo-Leap"
|