summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r--perl-install/install/steps.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index 4a8089253..0bf2fa596 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -150,6 +150,12 @@ sub selectKeyboard {
$o->{raw_X}->write;
}
}
+sub selectPartitionTable {
+ my ($o) = @_;
+ modules::load_category($o->{modules_conf}, 'disk/ide|hardware_raid|sata|firewire');
+ install::any::getHds($o);
+}
+
#------------------------------------------------------------------------------
sub acceptLicense {}