summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-06 14:42:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-06 14:42:37 +0000
commitd60215ea271cf171dd6292529a4c459e9148d883 (patch)
treea69cc8ab6149a70d583c354511ed749e0d83cecb /perl-install/install_steps_interactive.pm
parentcc85e855ad2d11bddbabc9e0a4d4e41df5ff6cc7 (diff)
downloaddrakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.tar
drakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.tar.gz
drakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.tar.bz2
drakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.tar.xz
drakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 12da4cb5c..d5774fe6f 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -200,7 +200,7 @@ sub ask_mntpoint_s {
} else {
install_any::suggest_mount_points($o->{hds}, $o->{prefix}, 'uniq');
- log::l("default mntpoint $_->{mntpoint}") foreach @fstab;
+ log::l("default mntpoint $_->{mntpoint} $_->{device}") foreach @fstab;
$o->ask_from_entries_refH('',
_("Choose the mount points"),
@@ -748,6 +748,7 @@ failures. Would you like to create a bootdisk for your system?"),
sub setupBootloaderBefore {
my ($o) = @_;
my $w = $o->wait_message('', _("Preparing bootloader"));
+ $o->set_help('empty');
$o->SUPER::setupBootloaderBefore($o);
}