From: Harald Hoyer Date: Thu, 23 Jun 2016 12:24:40 +0000 (+0200) Subject: network/dhclient.conf: add missing commata X-Git-Tag: 033-502~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=320b8d5c0c858111e688abe400a899dcac315e43;p=thirdparty%2Fdracut.git network/dhclient.conf: add missing commata options need to be seperated by , (cherry picked from commit 7e51abc81f53c08e464decd4103e8c4ec25fef87) --- diff --git a/modules.d/40network/dhclient.conf b/modules.d/40network/dhclient.conf index 7b067632d..a1739ce35 100644 --- a/modules.d/40network/dhclient.conf +++ b/modules.d/40network/dhclient.conf @@ -3,4 +3,4 @@ option classless-routes code 121 = array of unsigned integer 8; request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, - root-path, interface-mtu classless-routes; + root-path, interface-mtu, classless-routes;