redray
2009-04-11 41a96e4787dc41830a0edb0a8e7da00b6d203f21
install/lib/install.lib.php
@@ -88,6 +88,13 @@
         $distbaseid = 'opensuse';
         swriteln("Operating System: openSUSE 11.0 or compatible\n");
      }
      if(stristr(file_get_contents('/etc/SuSE-release'),'11.1')) {
         $distname = 'openSUSE';
         $distver = '11.1';
         $distid = 'opensuse110';
         $distbaseid = 'opensuse';
         swriteln("Operating System: openSUSE 11.1 or compatible\n");
      }
   }