diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-15 15:43:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-15 15:43:37 +0000 |
commit | 914b5588f29eae4262e2b33bde223104ed8091da (patch) | |
tree | fb022da9f0b10107729472ec07845ebe035f4f92 /perl-install/standalone/drakboot | |
parent | 3137ccb04fb70a17e8af8ed1a9724f608e8018d3 (diff) | |
download | drakx-914b5588f29eae4262e2b33bde223104ed8091da.tar drakx-914b5588f29eae4262e2b33bde223104ed8091da.tar.gz drakx-914b5588f29eae4262e2b33bde223104ed8091da.tar.bz2 drakx-914b5588f29eae4262e2b33bde223104ed8091da.tar.xz drakx-914b5588f29eae4262e2b33bde223104ed8091da.zip |
add bug hint
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 8bf6692c7..0804d5945 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -220,6 +220,8 @@ sub lilo_choice() { eval { any::setupBootloader($in, $bootloader, $all_hds, $fstab, $ENV{SECURE_LEVEL}) }; my $err = $@; if ($err && $err !~ /wizcancel/) { + # BUG: note that the following message won't speak about the right bootloader if user is currently switching between + # various bootloaders and if the error occured before boot sector get overwritten by bootloader installer $in->ask_warn(N("Error"), [ N("Installation of %s failed. The following error occured:", bootloader::detect_bootloader()), $err ]); goto ask; |