]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
network/dhclient.conf: add missing commata
authorHarald Hoyer <harald@redhat.com>
Thu, 23 Jun 2016 12:24:40 +0000 (14:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 23 Jun 2016 14:38:17 +0000 (16:38 +0200)
options need to be seperated by ,

modules.d/40network/dhclient.conf

index 7b067632d606ea6e435ef13301043f84115a371a..a1739ce35a9c881ab47bc963ee295b860e9fbfa0 100644 (file)
@@ -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;