[Fai-commit] r6577 - trunk/examples/simple/scripts/CENTOS

Thomas Lange lange at alioth.debian.org
Tue Jun 21 14:35:57 UTC 2011


Author: lange
Date: 2011-06-21 14:35:57 +0000 (Tue, 21 Jun 2011)
New Revision: 6577

Modified:
   trunk/examples/simple/scripts/CENTOS/60-network-scripts
Log:
fix typo


Modified: trunk/examples/simple/scripts/CENTOS/60-network-scripts
===================================================================
--- trunk/examples/simple/scripts/CENTOS/60-network-scripts	2011-06-15 11:58:07 UTC (rev 6576)
+++ trunk/examples/simple/scripts/CENTOS/60-network-scripts	2011-06-21 14:35:57 UTC (rev 6577)
@@ -13,7 +13,7 @@
 		DEVICE=eth0
 		BOOTPROTO=static
 		ONBOOT=yes
-		HWADDR=`ip l s dev eth0 | tail -1 | cut -d" " -f6`
+		HWADDR=`ip l sh dev eth0 | tail -1 | cut -d" " -f6`
 		IPADDR=$IPADDR
 		NETMASK=$NETMASK
 	EOF




More information about the Fai-commit mailing list