summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwan Velu <erwan@mandriva.org>2003-06-13 10:24:06 +0000
committerErwan Velu <erwan@mandriva.org>2003-06-13 10:24:06 +0000
commit3ed0dc8b7f44634ce57cc46736a401eacfce1bc9 (patch)
tree32671571aaa1d8738e7a765ed5e1295d8effb94c
parentb778ede9b76671d0c8062765edbc780ef7fcb3f7 (diff)
downloaddrakx-3ed0dc8b7f44634ce57cc46736a401eacfce1bc9.tar
drakx-3ed0dc8b7f44634ce57cc46736a401eacfce1bc9.tar.gz
drakx-3ed0dc8b7f44634ce57cc46736a401eacfce1bc9.tar.bz2
drakx-3ed0dc8b7f44634ce57cc46736a401eacfce1bc9.tar.xz
drakx-3ed0dc8b7f44634ce57cc46736a401eacfce1bc9.zip
Changing clic to mdkc
-rw-r--r--perl-install/fsedit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index e4f11cac9..4d3c674ed 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -22,7 +22,7 @@ use fs;
{ mntpoint => "/", size => 300 << 11, type =>0x483, ratio => 5, maxsize =>5500 << 11 },
{ mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 },
{ mntpoint => "/var", size => 300 << 11, type =>0x483, ratio => 3 },
- ], __("clic server") => [
+ ], __("cluster server") => [
{ mntpoint => "/", size => 750 << 11, type =>0x483, ratio => 1, maxsize => 3500 << 11 },
{ mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 },
{ mntpoint => "/var/install", size => 1000 << 11, type =>0x483, ratio => 4, maxsize =>1200 << 11 },