summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-14 17:12:41 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-14 17:12:41 +0000
commitdd33addcfaae0a2058d078774d73f9e5faf95ce1 (patch)
tree2dc1a892f4147d68919c177883c9836b34c500f7
parent1466593c57ef10e8e7c5a10d59d2767a233bc161 (diff)
downloaddrakx-backup-do-not-use-dd33addcfaae0a2058d078774d73f9e5faf95ce1.tar
drakx-backup-do-not-use-dd33addcfaae0a2058d078774d73f9e5faf95ce1.tar.gz
drakx-backup-do-not-use-dd33addcfaae0a2058d078774d73f9e5faf95ce1.tar.bz2
drakx-backup-do-not-use-dd33addcfaae0a2058d078774d73f9e5faf95ce1.tar.xz
drakx-backup-do-not-use-dd33addcfaae0a2058d078774d73f9e5faf95ce1.zip
bump min size for spliting /home fs (Eugeni, mga#3189):
- from 8 to 12Gb if simple partionning - from 7 to 10Gb if /usr is split or for servers
-rw-r--r--perl-install/fsedit.pm6
-rw-r--r--perl-install/install/NEWS4
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index 48da034c7..d6c9a16ad 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -24,18 +24,18 @@ use fs;
N_("simple") => [
{ mntpoint => "/", size => MB(300), fs_type => defaultFS(), ratio => 10, maxsize => MB(12300) },
{ mntpoint => "swap", size => MB(128), fs_type => 'swap', ratio => 1, maxsize => MB(4000) },
- { mntpoint => "/home", size => MB(300), fs_type => defaultFS(), ratio => 8, min_hd_size => MB(8000) },
+ { mntpoint => "/home", size => MB(300), fs_type => defaultFS(), ratio => 8, min_hd_size => MB(12000) },
], N_("with /usr") => [
{ mntpoint => "/", size => MB(250), fs_type => defaultFS(), ratio => 1, maxsize => MB(8000) },
{ mntpoint => "swap", size => MB(64), fs_type => 'swap', ratio => 1, maxsize => MB(4000) },
{ mntpoint => "/usr", size => MB(300), fs_type => defaultFS(), ratio => 4, maxsize => MB(8000) },
- { mntpoint => "/home", size => MB(100), fs_type => defaultFS(), ratio => 3, min_hd_size => MB(7000) },
+ { mntpoint => "/home", size => MB(100), fs_type => defaultFS(), ratio => 3, min_hd_size => MB(10000) },
], N_("server") => [
{ mntpoint => "/", size => MB(150), fs_type => defaultFS(), ratio => 1, maxsize => MB(8000) },
{ mntpoint => "swap", size => MB(64), fs_type => 'swap', ratio => 2, maxsize => MB(4000) },
{ mntpoint => "/usr", size => MB(300), fs_type => defaultFS(), ratio => 4, maxsize => MB(8000) },
{ mntpoint => "/var", size => MB(200), fs_type => defaultFS(), ratio => 3 },
- { mntpoint => "/home", size => MB(150), fs_type => defaultFS(), ratio => 3, min_hd_size => MB(7000) },
+ { mntpoint => "/home", size => MB(150), fs_type => defaultFS(), ratio => 3, min_hd_size => MB(10000) },
{ mntpoint => "/tmp", size => MB(150), fs_type => defaultFS(), ratio => 2, maxsize => MB(4000) },
],
);
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 522db4abd..6c97fd68f 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,7 @@
+- bump min size for spliting /home fs (Eugeni, mga#3189):
+ o from 8 to 12Gb if simple partionning
+ o from 7 to 10Gb if /usr is split or for servers
+
Version 15.38 - 14 April 2013
- Mageia 3 RC banner