summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index a9943cf..437e2a1 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -150,7 +150,7 @@ save_config($network::pxe::pxelinux_config_file);
my @list_method = qw(nfs http ka); push @list_method, "";
my @list_ram = qw(32000 48000 64000 96000 128000);
-my @list_eth = qw(eth0 eth1 eth2); push @list_eth, "";
+my @list_eth = qw(auto eth0 eth1 eth2); push @list_eth, "";
use constant COLUMN_LABEL => 0;
use constant COLUMN_INFO => 1;