diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-16 15:30:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-16 15:30:44 +0000 |
commit | 0eb62bfc743007ce1711284e5252c20a15673949 (patch) | |
tree | 05c50309ad88bead86941d69cc2eef1c53837707 /perl-install/install_any.pm | |
parent | e14d638b98174c5935bfa4110be551b48a207a9d (diff) | |
download | drakx-0eb62bfc743007ce1711284e5252c20a15673949.tar drakx-0eb62bfc743007ce1711284e5252c20a15673949.tar.gz drakx-0eb62bfc743007ce1711284e5252c20a15673949.tar.bz2 drakx-0eb62bfc743007ce1711284e5252c20a15673949.tar.xz drakx-0eb62bfc743007ce1711284e5252c20a15673949.zip |
move setupFB() in Xconfig, and do it when needed (including when standalone)
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 87fbf4f78..0805b731f 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -835,19 +835,6 @@ sub ejectCdrom { sub warnAboutFilesStillOpen() { log::l("files still open: ", readlink($_)) foreach map { glob_("$_/fd/*") } glob_("/proc/*"); - } - -sub setupFB { - my ($o, $vga) = @_; - - $vga ||= 785; #- assume at least 640x480x16. - - require bootloader; - foreach (@{$o->{bootloader}{entries}}) { - $_->{vga} = $vga if $_->{vga}; #- replace existing vga= with - } - bootloader::install($o->{bootloader}, $o->{all_hds}); - 1; } sub install_urpmi { |