Merge pull request #753 from gnadelwarty/master

Stay with generic-linux until module not avail solved
This commit is contained in:
Jamie Cameron
2018-01-03 18:43:14 -07:00
committed by GitHub

View File

@@ -404,8 +404,8 @@ Sun Java Desktop System 2.0 (Linux) suse-linux 9.2 `cat /etc/SuSE-release 2>/de
Sun Java Desktop System 3.0 (Linux) suse-linux 9.2 `cat /etc/SuSE-release 2>/dev/null` =~ /Java Desktop System.*\nVERSION = 3\.0/i
Sun Java Desktop System 2.0 (Solaris) solaris 9 $uname =~ /SunOS.*\s5\.9\s/i && `cat /etc/sun-release 2>/dev/null` =~ /Sun\s+Java\s+Desktop/
# Synology NAS Linux
Synology NAS $1 syno-linux $1 `grep productversion= /etc.defaults/VERSION` =~ /productversion="([0-9]+\.[0-9+])\./
# Synology NAS, Syno Linux - DSM Version 6.x+
Synology DSM $1 generic-linux $1 `grep productversion= /etc.defaults/VERSION` =~ /productversion="([0-9]+\.[0-9+])\./
# All other Linux variants, identified by kernel version
Generic Linux $1 generic-linux $1 `uname -r` =~ /^([0-9]+\.[0-9+])\./