From 3ed0dc8b7f44634ce57cc46736a401eacfce1bc9 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Fri, 13 Jun 2003 10:24:06 +0000 Subject: Changing clic to mdkc --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.1