diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-27 23:22:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-27 23:22:22 +0000 |
commit | 022d9b44c244e4ffc8d2a2220af7fc2f6e3162cf (patch) | |
tree | f66f24207dd2ad86197e539fd75a4bda94d2e7f1 /perl-install/install_steps_interactive.pm | |
parent | f5b6d853f3ed37cd88f4797f7bfb41fef7dd81ce (diff) | |
download | drakx-022d9b44c244e4ffc8d2a2220af7fc2f6e3162cf.tar drakx-022d9b44c244e4ffc8d2a2220af7fc2f6e3162cf.tar.gz drakx-022d9b44c244e4ffc8d2a2220af7fc2f6e3162cf.tar.bz2 drakx-022d9b44c244e4ffc8d2a2220af7fc2f6e3162cf.tar.xz drakx-022d9b44c244e4ffc8d2a2220af7fc2f6e3162cf.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 612129988..0509028cf 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -932,6 +932,7 @@ sub setupBootloaderBefore { #------------------------------------------------------------------------------ sub setupBootloader { + my ($o) = @_; if (arch() =~ /^i386/) { $o->ask_yesorno('', _("Do you want to use aboot?"), 1) or return; $o->SUPER::setupBootloader; |