summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm13
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 {