diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-22 00:15:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-22 00:15:50 +0000 |
commit | 1e438db0a3bba659e5c5e8aec5194ea3fc3233d9 (patch) | |
tree | 87831b0f55475469601a2b611d707d034dd3e600 /perl-install/install2.pm | |
parent | ce4ab206f27055fc7459d04a5173efa132e7f43c (diff) | |
download | drakx-1e438db0a3bba659e5c5e8aec5194ea3fc3233d9.tar drakx-1e438db0a3bba659e5c5e8aec5194ea3fc3233d9.tar.gz drakx-1e438db0a3bba659e5c5e8aec5194ea3fc3233d9.tar.bz2 drakx-1e438db0a3bba659e5c5e8aec5194ea3fc3233d9.tar.xz drakx-1e438db0a3bba659e5c5e8aec5194ea3fc3233d9.zip |
- remove createBootdisk step
- add mkbootdisk option in setupBootloader__general()
- move kernelVersion() from install_any to any
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; |