Skip to content
Snippets Groups Projects
Commit 5939ea2e authored by Falko Timme's avatar Falko Timme
Browse files

- Added support for Fedora 10.

parent 409a6679
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,14 @@ function get_distname() { ...@@ -104,6 +104,14 @@ function get_distname() {
swriteln("Operating System: Fedora 9 or compatible\n"); swriteln("Operating System: Fedora 9 or compatible\n");
} }
if(stristr($content,'Fedora release 10 (Cambridge)')) {
$distname = 'Fedora';
$distver = '10';
$distid = 'fedora9';
$distbaseid = 'fedora';
swriteln("Operating System: Fedora 10 or compatible\n");
}
if(stristr($content,'CentOS release 5.2 (Final)')) { if(stristr($content,'CentOS release 5.2 (Final)')) {
$distname = 'CentOS'; $distname = 'CentOS';
$distver = '5.2'; $distver = '5.2';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment