diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e7e36a765..3fb964b51 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -249,7 +249,9 @@ my %suggestedPartitions = ( { mntpoint => "/var", size => 600 << 11, type => 0x83 }, { mntpoint => "/home", size => 500 << 11, type => 0x83 }, ], - expert => [], + expert => [ + { mntpoint => "/", size => 200 << 11, type => 0x83 }, + ], ); #-####################################################################################### |