summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-07-21 03:20:57 +0000
committerOlivier Blin <oblin@mandriva.org>2005-07-21 03:20:57 +0000
commit047415fe5bf6cba787d52c61bc2e4f19823d56af (patch)
tree7b8d9e97a724536c1823568b7bd4086359477bdb /perl-install/network
parent94ee30ca4428186aa54a6491061c4cb7c19e7f40 (diff)
downloaddrakx-backup-do-not-use-047415fe5bf6cba787d52c61bc2e4f19823d56af.tar
drakx-backup-do-not-use-047415fe5bf6cba787d52c61bc2e4f19823d56af.tar.gz
drakx-backup-do-not-use-047415fe5bf6cba787d52c61bc2e4f19823d56af.tar.bz2
drakx-backup-do-not-use-047415fe5bf6cba787d52c61bc2e4f19823d56af.tar.xz
drakx-backup-do-not-use-047415fe5bf6cba787d52c61bc2e4f19823d56af.zip
don't translate vga resolution
Diffstat (limited to 'perl-install/network')
-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 = {};
}