diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 13:56:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 13:56:50 +0000 |
commit | 3312176bb819ff781ff089e86515a425e8438d74 (patch) | |
tree | 8120ee4b14e6ba7cc92c84deb712c4ce6743477c /perl-install | |
parent | f620d2cb481179e2c42c3bb957f1b132df726e3a (diff) | |
download | drakx-3312176bb819ff781ff089e86515a425e8438d74.tar drakx-3312176bb819ff781ff089e86515a425e8438d74.tar.gz drakx-3312176bb819ff781ff089e86515a425e8438d74.tar.bz2 drakx-3312176bb819ff781ff089e86515a425e8438d74.tar.xz drakx-3312176bb819ff781ff089e86515a425e8438d74.zip |
use the setupBootloader help instead of setupBootloaderGeneral
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index e19f40bfe..86c7e76ce 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -133,7 +133,7 @@ sub setupBootloader { ? $boot : fsedit::get_root($fstab, 'boot')->{device}); } } else { - $in->set_help(arch() =~ /sparc/ ? "setupSILOGeneral" : arch() =~ /ppc/ ? 'setupYabootGeneral' :"setupBootloaderGeneral") unless $::isStandalone; #- TO MERGE ? + $in->set_help(arch() =~ /sparc/ ? "setupSILOGeneral" : arch() =~ /ppc/ ? 'setupYabootGeneral' :"setupBootloader") unless $::isStandalone; #- TO MERGE ? my @silo_install_lang = (_("First sector of drive (MBR)"), _("First sector of boot partition")); my $silo_install_lang = $silo_install_lang[$b->{use_partition}]; |