From 769abbc0792c2e2daef05e22e4cfd6837eff9250 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Aug 2002 11:51:30 +0000 Subject: - add /tmp in %suggestions for server partitioning - tweak some ratio's in %suggestions --- perl-install/fsedit.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'perl-install/fsedit.pm') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 40edec59d..a256fcb2c 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -26,13 +26,14 @@ use fs; { mntpoint => "/", size => 150 << 11, type =>0x483, ratio => 1, maxsize => 500 << 11 }, { mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 }, { mntpoint => "/usr", size => 300 << 11, type =>0x483, ratio => 4, maxsize =>3000 << 11 }, - { mntpoint => "/home", size => 100 << 11, type =>0x483, ratio => 5 }, + { mntpoint => "/home", size => 100 << 11, type =>0x483, ratio => 3 }, ], __("server") => [ { mntpoint => "/", size => 150 << 11, type =>0x483, ratio => 1, maxsize => 250 << 11 }, { mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 2, maxsize => 400 << 11 }, - { mntpoint => "/usr", size => 300 << 11, type =>0x483, ratio => 3, maxsize =>3000 << 11 }, - { mntpoint => "/var", size => 100 << 11, type =>0x483, ratio => 4 }, - { mntpoint => "/home", size => 100 << 11, type =>0x483, ratio => 5 }, + { mntpoint => "/usr", size => 300 << 11, type =>0x483, ratio => 4, maxsize =>3000 << 11 }, + { mntpoint => "/var", size => 150 << 11, type =>0x483, ratio => 3 }, + { mntpoint => "/home", size => 150 << 11, type =>0x483, ratio => 3 }, + { mntpoint => "/tmp", size => 150 << 11, type =>0x483, ratio => 2, maxsize => 500 << 11 }, ], ); foreach (values %suggestions) { -- cgit v1.2.1