summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/pxe.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/pxe.pm b/perl-install/network/pxe.pm
index f4de7d8aa..e3b6f4493 100644
--- a/perl-install/network/pxe.pm
+++ b/perl-install/network/pxe.pm
@@ -69,7 +69,6 @@ sub read_pxelinux_conf {
}
if (exists $entry->{label} && (exists $entry->{localboot} || exists $entry->{kernel} && exists $entry->{initrd})) {
$entry->{info} = $info->{$entry->{label}};
- exists $entry->{vga} and $entry->{vga} = $vga_bios_to_resolution{$entry->{vga}};
push @{$conf{entries}}, $entry;
$entry = {};
}