diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-12 12:05:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-12 12:05:22 +0000 |
commit | 665d9ad8aa8b8a71198ef8b6cae00e94b9244391 (patch) | |
tree | b0dda9c2bb7e22f6922a67aacc1b201050142fba /perl-install/fsedit.pm | |
parent | ff64e6601b57962132cc0be8b7f8d70b86392ac0 (diff) | |
download | drakx-665d9ad8aa8b8a71198ef8b6cae00e94b9244391.tar drakx-665d9ad8aa8b8a71198ef8b6cae00e94b9244391.tar.gz drakx-665d9ad8aa8b8a71198ef8b6cae00e94b9244391.tar.bz2 drakx-665d9ad8aa8b8a71198ef8b6cae00e94b9244391.tar.xz drakx-665d9ad8aa8b8a71198ef8b6cae00e94b9244391.zip |
no_comment
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index ca613be3c..56bb59490 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -16,7 +16,7 @@ my @suggestions = ( { mntpoint => "/boot", minsize => 10 << 11, size => 16 << 11, type => 0x83 }, { mntpoint => "/", minsize => 50 << 11, size => 100 << 11, type => 0x83 }, { mntpoint => "swap", minsize => 30 << 11, size => 60 << 11, type => 0x82 }, - { mntpoint => "/usr", minsize => 200 << 11, size => 500 << 11, type => 0x83 }, + { mntpoint => "/usr", minsize => 200 << 11, size => 600 << 11, type => 0x83 }, { mntpoint => "/home", minsize => 50 << 11, size => 200 << 11, type => 0x83 }, { mntpoint => "/var", minsize => 200 << 11, size => 250 << 11, type => 0x83 }, { mntpoint => "/tmp", minsize => 50 << 11, size => 100 << 11, type => 0x83 }, |