summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-02-17 17:27:24 +0000
committerFrancois Pons <fpons@mandriva.com>2003-02-17 17:27:24 +0000
commitf5deed11e7d478c8a7264670d80da2da725700dd (patch)
treecca23a66713f4bdf913aaf3ec34d452057aa6267 /perl-install/fsedit.pm
parentbe2ee6a58b33f980dd5b0786bb2e0709ba9d700e (diff)
downloaddrakx-backup-do-not-use-f5deed11e7d478c8a7264670d80da2da725700dd.tar
drakx-backup-do-not-use-f5deed11e7d478c8a7264670d80da2da725700dd.tar.gz
drakx-backup-do-not-use-f5deed11e7d478c8a7264670d80da2da725700dd.tar.bz2
drakx-backup-do-not-use-f5deed11e7d478c8a7264670d80da2da725700dd.tar.xz
drakx-backup-do-not-use-f5deed11e7d478c8a7264670d80da2da725700dd.zip
given default size of / increased.
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index 1f5bc36b4..2b702b3ea 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -19,11 +19,11 @@ use fs;
%suggestions = (
N_("simple") => [
- { mntpoint => "/", size => 300 << 11, type =>0x483, ratio => 5, maxsize => 6000 << 11 },
+ { mntpoint => "/", size => 400 << 11, type =>0x483, ratio => 5, maxsize => 6000 << 11 },
{ mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 },
{ mntpoint => "/home", size => 300 << 11, type =>0x483, ratio => 3 },
], N_("with /usr") => [
- { mntpoint => "/", size => 150 << 11, type =>0x483, ratio => 1, maxsize => 2000 << 11 },
+ { mntpoint => "/", size => 250 << 11, type =>0x483, ratio => 1, maxsize => 2000 << 11 },
{ mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 },
{ mntpoint => "/usr", size => 300 << 11, type =>0x483, ratio => 4, maxsize => 4000 << 11 },
{ mntpoint => "/home", size => 100 << 11, type =>0x483, ratio => 3 },