From b4aa5fa7484c4895e945db1f4f36c0b2fee3d59e Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/share/xcat/netboot/esxi/47.xcat-networking --- xCAT-server/share/xcat/netboot/esxi/47.xcat-networking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/esxi/47.xcat-networking b/xCAT-server/share/xcat/netboot/esxi/47.xcat-networking index 14f262d2a..046c04c49 100644 --- a/xCAT-server/share/xcat/netboot/esxi/47.xcat-networking +++ b/xCAT-server/share/xcat/netboot/esxi/47.xcat-networking @@ -1,6 +1,6 @@ #!/bin/sh #Default networking config supporting BOOTIF semantics -#bring up one interface, if bonding, management software can do that +#bring up one interface, if bonding, management software can do that #after the fact MACADDR=`vsish -e get /system/bootCmdLine | grep MAC | sed 's/.*MAC=//'|sed 's/-/:/g'` if [ ! -z "$MACADDR" ]; then #if MAC= syntax detected, skip execution