summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorRoot2007-04-29 23:13:24 +0200
committerRoot2007-04-29 23:13:24 +0200
commit40e9d939466b401e5a2600dac5b26e8a2c669983 (patch)
treeccd9b4d4a87758cf7b875f1f1455498e6aafbac6 /installer/OpenSLX/OSSetup/Engine.pm
parentAdd readme how busybox is created. This needs more work after the 4.1.0 (diff)
downloadcore-40e9d939466b401e5a2600dac5b26e8a2c669983.tar.gz
core-40e9d939466b401e5a2600dac5b26e8a2c669983.tar.xz
core-40e9d939466b401e5a2600dac5b26e8a2c669983.zip
Add Fedora 6 x86_64 to the systems being supported by slxos-setup
install. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@963 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 0c80fc93..cb835779 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -39,7 +39,7 @@ use vars qw(%supportedDistros);
'fedora-6'
=> { module => 'Fedora_6', support => 'clone,install' },
'fedora-6_x86_64'
- => { module => 'Fedora_6_x86_64', support => 'clone' },
+ => { module => 'Fedora_6_x86_64', support => 'clone,install' },
'gentoo-2005.1'
=> { module => 'Gentoo_2005_1', support => 'clone' },
'gentoo-2006.1'