Skip to content

Commit

Permalink
Merge pull request #65 from tehnick/2020-psi-rfremix-sysinfo
Browse files Browse the repository at this point in the history
Add detection of RFRemix into unixHeuristicDetect()
  • Loading branch information
Ri0n committed Jun 19, 2013
2 parents 7d2d213 + 1971b03 commit 4ae1512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/systeminfo.cpp
Expand Up @@ -88,6 +88,7 @@ static QString unixHeuristicDetect() {

LinuxASP, // Russian Linux distros
LinuxALT,
LinuxRFRemix,

LinuxPLD, // Polish Linux distros
LinuxAurox,
Expand Down Expand Up @@ -116,6 +117,7 @@ static QString unixHeuristicDetect() {
{ LinuxAurox, OsUseName, "/etc/aurox-release", "Aurox Linux" },
{ LinuxArch, OsUseFile, "/etc/arch-release", "Arch Linux" },
{ LinuxLFS, OsAppendFile, "/etc/lfs-release", "LFS Linux" },
{ LinuxRFRemix, OsUseFile, "/etc/rfremix-release", "RFRemix Linux" },

// untested
{ LinuxSuSE, OsUseFile, "/etc/SuSE-release", "SuSE Linux" },
Expand Down

0 comments on commit 4ae1512

Please sign in to comment.