From a0c99bbcd7be82b0733f314e404147cbd5cc69e1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Mar 2008 14:11:58 +0000 Subject: - auto allocate: do not create /home if drive is smaller than 7GB --- perl-install/diskdrake/interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/diskdrake') diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index 0b5d79a34..07a21c610 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -73,6 +73,7 @@ struct part { struct part_allocate inherits part { int maxsize # in sectors (alike "size") + int min_hd_size # in sectors (do not allocate if the drive is smaller than the given size) int ratio # string hd # 'hda', 'hdc' string parts # for creating raid partitions. eg: 'foo bar' where 'foo' and 'bar' are mntpoint -- cgit v1.2.1