diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 0d11bd562..b8771dc85 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -814,7 +814,7 @@ notation (for example, 1.2.3.4).")), { text => N("Start at boot"), val => \$onboot, type => "bool" }, if_($auto_ip, { label => N("DHCP client"), val => \$netc->{dhcp_client}, - list => [ "dhcp-client", "dhcpcd", "dhcpxd" ], advanced => 1 }, + list => [ qw(dhcp-client dhcpcd pump dhcpxd) ], advanced => 1 }, ), ], }, |