[PATCH] parse-anaconda-net: Add missing semicolon for dhclient.conf

Brian C. Lane bcl at redhat.com
Tue Aug 21 01:02:51 UTC 2012


From: "Brian C. Lane" <bcl at redhat.com>

---
 dracut/parse-anaconda-net.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracut/parse-anaconda-net.sh b/dracut/parse-anaconda-net.sh
index 683a009..411b1f5 100755
--- a/dracut/parse-anaconda-net.sh
+++ b/dracut/parse-anaconda-net.sh
@@ -51,6 +51,6 @@ fi
 
 # set dhcp vendor class
 dhcpclass=$(getarg inst.dhcpclass) || dhcpclass="anaconda-$(uname -srm)"
-echo "send vendor-class-identifier \"$dhcpclass\"" >> /etc/dhclient.conf
+echo "send vendor-class-identifier \"$dhcpclass\";" >> /etc/dhclient.conf
 
 unset CMDLINE
-- 
1.7.11.2



More information about the anaconda-patches mailing list