diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 09:54:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 09:54:05 +0000 |
commit | 398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e (patch) | |
tree | 39b997e34a55d8218030ba3b5bf640246afd3d69 /perl-install/install_steps_interactive.pm | |
parent | 7e97be4647322b29d7218bac9b078a0d6b294afd (diff) | |
download | drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar.gz drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar.bz2 drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar.xz drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.zip |
blank.img has been removed, so remove special code handling it
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 5db3b673c..960681702 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -722,12 +722,6 @@ sub afterInstallPackages($) { $o->SUPER::afterInstallPackages; } -sub copyKernelFromFloppy { - my ($o) = @_; - $o->ask_okcancel('', N("Please insert the Boot floppy used in drive %s", $o->{blank}), 1) or return; - $o->SUPER::copyKernelFromFloppy; -} - sub updateModulesFromFloppy { my ($o) = @_; $o->ask_okcancel('', N("Please insert the Update Modules floppy in drive %s", $o->{updatemodules}), 1) or return; |