diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-14 23:01:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-14 23:01:01 +0000 |
commit | b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f (patch) | |
tree | d7564279b011831d7e16c0b58553f2c5fb71d0d4 /perl-install/install2.pm | |
parent | 7d50f4e56edc1d5f20ee159122cbe0871047e70e (diff) | |
download | drakx-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.tar drakx-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.tar.gz drakx-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.tar.bz2 drakx-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.tar.xz drakx-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 6262d8d31..76a7c52c3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -101,7 +101,7 @@ arch() =~ /^sparc/ ? ( ], ), developer => [ - { mntpoint => "/", size => 150 << 11, type => 0x83, ratio => 1, maxsize => 300 << 11 }, + { mntpoint => "/", size => 150 << 11, type => 0x83, ratio => 1, maxsize => 500 << 11 }, { mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 }, { mntpoint => "/usr", size => 300 << 11, type => 0x83, ratio => 4, maxsize =>3000 << 11 }, { mntpoint => "/home", size => 100 << 11, type => 0x83, ratio => 5 }, |