Skip to content

Fix the format of /etc/os-release

bjorn3 requested to merge bjorn3/redox:fix_os_release into master

The os-release crate can't handle parsing the current format, and the python example on the /etc/os-release man page suggests that it is invalid to have a space before the equal sign.

Merge request reports