summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-22 13:56:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-22 13:56:50 +0000
commit3312176bb819ff781ff089e86515a425e8438d74 (patch)
tree8120ee4b14e6ba7cc92c84deb712c4ce6743477c /perl-install/any.pm
parentf620d2cb481179e2c42c3bb957f1b132df726e3a (diff)
downloaddrakx-backup-do-not-use-3312176bb819ff781ff089e86515a425e8438d74.tar
drakx-backup-do-not-use-3312176bb819ff781ff089e86515a425e8438d74.tar.gz
drakx-backup-do-not-use-3312176bb819ff781ff089e86515a425e8438d74.tar.bz2
drakx-backup-do-not-use-3312176bb819ff781ff089e86515a425e8438d74.tar.xz
drakx-backup-do-not-use-3312176bb819ff781ff089e86515a425e8438d74.zip
use the setupBootloader help instead of setupBootloaderGeneral
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
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}];