mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Actually include the serial payload in the discovery packet
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12413 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -91,7 +91,7 @@ if [ "$MTM" != "unknown" ]; then | ||||
| 	echo "<mtm>$MTM</mtm>" >> /tmp/discopacket | ||||
| fi | ||||
| if [ "$SERIAL" != "unknown" ]; then | ||||
| 	echo "<serial>$SERIAL</serial>" | ||||
| 	echo "<serial>$SERIAL</serial>" >> /tmp/discopacket | ||||
| fi | ||||
| for dev in `ip link|grep -B1 ether|grep UP|awk '{print $2}'|sed -e s/://`; do | ||||
| 	DRIVER=`grep DRIVER /sys/class/net/$dev/device/uevent|awk -F= '{print $2}'` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user