diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-18 14:38:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-18 14:38:41 +0000 |
commit | 55d44a1b5c6e4d2f45d365fe7680aa619c831506 (patch) | |
tree | 79acc6af53dc612896b99f3e218569c5ca9892f6 /perl-install/any.pm | |
parent | 9e8dbe6e3b60bfd65346d5fa6c11b4723599aebb (diff) | |
download | drakx-55d44a1b5c6e4d2f45d365fe7680aa619c831506.tar drakx-55d44a1b5c6e4d2f45d365fe7680aa619c831506.tar.gz drakx-55d44a1b5c6e4d2f45d365fe7680aa619c831506.tar.bz2 drakx-55d44a1b5c6e4d2f45d365fe7680aa619c831506.tar.xz drakx-55d44a1b5c6e4d2f45d365fe7680aa619c831506.zip |
no_comment
Diffstat (limited to 'perl-install/any.pm')
-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 3dc8f5b8b..a5dd80f64 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -62,7 +62,7 @@ sub setupBootloader { $in->set_help('setupBootloaderBeginner') unless $::isStandalone; my $boot = $hds->[0]{device}; my $onmbr = "/dev/$boot" eq $b->{boot}; - $b->{boot} = "/dev/" . ($in->ask_from_list_(_("LILO Installation"), + $b->{boot} = "/dev/" . ($in->ask_from_list_(_("LILO/grub Installation"), _("Where do you want to install the bootloader?"), \@l, $l[!$onmbr]) eq $l[0] ? $boot : fsedit::get_root($fstab, 'boot')->{device}); |