summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-27 11:37:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-27 11:37:43 +0000
commit530d0e93a3d8e9b59495d2da676f142ab3136862 (patch)
treef7abad938fdfc92e21aafef8bec3f2bbdbea10d3 /perl-install/fsedit.pm
parent28b8238df46801a722a041996ed823b35953ce52 (diff)
downloaddrakx-530d0e93a3d8e9b59495d2da676f142ab3136862.tar
drakx-530d0e93a3d8e9b59495d2da676f142ab3136862.tar.gz
drakx-530d0e93a3d8e9b59495d2da676f142ab3136862.tar.bz2
drakx-530d0e93a3d8e9b59495d2da676f142ab3136862.tar.xz
drakx-530d0e93a3d8e9b59495d2da676f142ab3136862.zip
no_comment
Diffstat (limited to 'perl-install/fsedit.pm')
-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 7dc79e6d9..2c5e90aa2 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -29,7 +29,7 @@ arch() =~ /^sparc/ ? (
{ mntpoint => "swap", size => 30 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 },
),
{ mntpoint => "/boot", size => 16 << 11, type => 0x83, ratio => 1, maxsize => 30 << 11 },
- { mntpoint => "/usr", size => 200 << 11, type => 0x83, ratio => 6, maxsize =>1500 << 11 },
+ { mntpoint => "/usr", size => 200 << 11, type => 0x83, ratio => 6, maxsize =>3000 << 11 },
{ mntpoint => "/home", size => 50 << 11, type => 0x83, ratio => 3 },
{ mntpoint => "/var", size => 200 << 11, type => 0x83, ratio => 1, maxsize =>1000 << 11 },
{ mntpoint => "/tmp", size => 50 << 11, type => 0x83, ratio => 3, maxsize => 500 << 11 },