diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-02 11:24:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-02 11:24:24 +0000 |
commit | 7b36f5f3d17d051cae7e78d7bd03f6144dcb180c (patch) | |
tree | 80e4da84a172609219b0b02c9dc4520a206a1a5e /perl-install | |
parent | 2f2d6c928bb54fbac8d597c671509a7b482455e2 (diff) | |
download | drakx-7b36f5f3d17d051cae7e78d7bd03f6144dcb180c.tar drakx-7b36f5f3d17d051cae7e78d7bd03f6144dcb180c.tar.gz drakx-7b36f5f3d17d051cae7e78d7bd03f6144dcb180c.tar.bz2 drakx-7b36f5f3d17d051cae7e78d7bd03f6144dcb180c.tar.xz drakx-7b36f5f3d17d051cae7e78d7bd03f6144dcb180c.zip |
fix comment
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index f64d0a093..83a95f6c4 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1049,7 +1049,7 @@ sub write_lilo { if ($entry->{table}) { #- hum, things like table=c: are needed for some os2 cases, - #- in that $hd below is undef + #- in that case $hd below is undef my $hd = fs::get::device2part($entry->{table}, $all_hds->{hds}); if ($hd && $hd != $sorted_hds[0]) { #- boot off the nth drive, so reverse the BIOS maps |