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 409a667 commit 5939ea2Copy full SHA for 5939ea2
install/lib/install.lib.php
@@ -104,6 +104,14 @@ function get_distname() {
104
swriteln("Operating System: Fedora 9 or compatible\n");
105
}
106
107
+ if(stristr($content,'Fedora release 10 (Cambridge)')) {
108
+ $distname = 'Fedora';
109
+ $distver = '10';
110
+ $distid = 'fedora9';
111
+ $distbaseid = 'fedora';
112
+ swriteln("Operating System: Fedora 10 or compatible\n");
113
+ }
114
+
115
if(stristr($content,'CentOS release 5.2 (Final)')) {
116
$distname = 'CentOS';
117
$distver = '5.2';
0 commit comments