summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 034576d..9da9ea7 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -131,7 +131,7 @@ if (!-f $conf) {
}
my @listpxe;
-my @list_method = qw(nfs http); push @list_method, "";
+my @list_method = qw(nfs http ka); push @list_method, "";
my @list_ram = qw(32000 48000 64000 96000 128000);
my @list_vga_resolution = qw(vga text automatic 640x480 800x600 1024x768 1280x1024);
my %list_vga_code = (
@@ -450,7 +450,6 @@ sub wizard_add_entry {
$w->process($wiz, $in);
$::isWizard = 0;
gtkset_mousecursor_normal();
- gtk->flush;
}
# remove an entry in PXE menu