2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

Remove trailing spaces in file xCAT-server/share/xcat/netboot/esxi/47.xcat-networking

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 8176fca4b6
commit b4aa5fa748

View File

@ -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