Hi,

I'm curious if there is any particular reason why SL uses id="rhel" in
/etc/os-release?
Right now the os-release file looks like.

...
ID="rhel"
ID_LIKE="scientific centos fedora"
...

Maybe better solution would be following:

...
ID="scientific"
ID_LIKE="rhel centos fedora"
...

OFC this is nothing critical or important.

Bests,
Alex