diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-29 09:59:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-29 09:59:05 +0000 |
commit | 9ace91446fdff67650d771f3fd1daf6d409d7fc6 (patch) | |
tree | 507f2d706bd2aa0cd5f2e653bf855a2c8a0a250a /perl-install/any.pm | |
parent | 211a0691993170d70f5ce3634fcee0a41a72da72 (diff) | |
download | drakx-9ace91446fdff67650d771f3fd1daf6d409d7fc6.tar drakx-9ace91446fdff67650d771f3fd1daf6d409d7fc6.tar.gz drakx-9ace91446fdff67650d771f3fd1daf6d409d7fc6.tar.bz2 drakx-9ace91446fdff67650d771f3fd1daf6d409d7fc6.tar.xz drakx-9ace91446fdff67650d771f3fd1daf6d409d7fc6.zip |
(setupBootloaderBefore) update an obsolete 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 7f05b0fc3..3564ef8f6 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -202,7 +202,7 @@ sub setupBootloaderBefore { detect_devices::matching_desc__regexp('GeForce.*Integrated') #- needed for fbdev driver (hack). ); - #- propose the default fb mode for kernel fb, if aurora or bootsplash is installed. + #- propose the default fb mode for kernel fb, if bootsplash is installed. my $need_fb = $do_pkgs->are_installed('bootsplash'); bootloader::suggest($bootloader, $all_hds, vga_fb => ($force_vga || $vga && $need_fb) && $vga_fb, |