diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-03 14:11:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-03 14:11:58 +0000 |
commit | a0c99bbcd7be82b0733f314e404147cbd5cc69e1 (patch) | |
tree | aa7702f9ceb3ed721d88ee945a4b934964e777bd /perl-install/diskdrake | |
parent | a59816e075d30443a5124dd1787577cc25e5ac22 (diff) | |
download | drakx-a0c99bbcd7be82b0733f314e404147cbd5cc69e1.tar drakx-a0c99bbcd7be82b0733f314e404147cbd5cc69e1.tar.gz drakx-a0c99bbcd7be82b0733f314e404147cbd5cc69e1.tar.bz2 drakx-a0c99bbcd7be82b0733f314e404147cbd5cc69e1.tar.xz drakx-a0c99bbcd7be82b0733f314e404147cbd5cc69e1.zip |
- auto allocate: do not create /home if drive is smaller than 7GB
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |