We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda4801 commit e08bdcfCopy full SHA for e08bdcf
install/lib/install.lib.php
@@ -134,6 +134,12 @@ function get_distname() {
134
$distid = 'fedora9';
135
$distbaseid = 'fedora';
136
swriteln("Operating System: Fedora 10 or compatible\n");
137
+ } elseif(stristr($content,'Fedora release 10')) {
138
+ $distname = 'Fedora';
139
+ $distver = '11';
140
+ $distid = 'fedora9';
141
+ $distbaseid = 'fedora';
142
+ swriteln("Operating System: Fedora 11 or compatible\n");
143
} elseif(stristr($content,'CentOS release 5.2 (Final)')) {
144
$distname = 'CentOS';
145
$distver = '5.2';
0 commit comments