diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 851b9fe1b..601d59f01 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -271,13 +271,6 @@ sub addUser { } #------------------------------------------------------------------------------ -sub createBootdisk { - my ($clicked, $ent_number, $auto) = @_; - modules::write_conf($o->{prefix}); - installStepsCall($o, $auto, 'createBootdisk', $ent_number == 1, $clicked); -} - -#------------------------------------------------------------------------------ sub setupBootloader { my ($_clicked, $ent_number, $auto) = @_; return if $::g_auto_install || $::uml_install; |