From d47495ee469072eda953ac70b211f11b47922aac Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 13 Sep 2005 09:14:22 +0000 Subject: allow to automatically select the network interface (#18513) --- drakpxelinux.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1