Fixed bugs 2998213 and 2998215.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6028 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
5cd90ee53d
commit
5345102a21
@ -3,9 +3,9 @@
|
||||
#
|
||||
echo "post scripts" >/root/post.log
|
||||
export PRINIC=#TABLEBLANKOKAY:noderes:THISNODE:primarynic#
|
||||
if [ "$PRINIC" == "mac"]
|
||||
if [ "$PRINIC" == "mac" ]
|
||||
then
|
||||
export PRINIC="#TABLE:mac:THISNODE:mac#"
|
||||
export PRINIC='#TABLE:mac:THISNODE:mac#'
|
||||
fi
|
||||
if [ -z "$PRINIC" ]
|
||||
then
|
||||
|
@ -3,9 +3,9 @@
|
||||
#
|
||||
echo "post scripts" >/root/post.log
|
||||
export PRINIC=#TABLEBLANKOKAY:noderes:THISNODE:primarynic#
|
||||
if [ "$PRINIC" == "mac"]
|
||||
if [ "$PRINIC" == "mac" ]
|
||||
then
|
||||
export PRINIC="#TABLE:mac:THISNODE:mac#"
|
||||
export PRINIC='#TABLE:mac:THISNODE:mac#'
|
||||
fi
|
||||
if [ -z "$PRINIC" ]
|
||||
then
|
||||
|
@ -17,9 +17,9 @@ STARTMODE=onboot
|
||||
EOF
|
||||
|
||||
export PRINIC=#TABLEBLANKOKAY:noderes:THISNODE:primarynic#
|
||||
if [ "$PRINIC" == "mac"]
|
||||
if [ "$PRINIC" == "mac" ]
|
||||
then
|
||||
export PRINIC="#TABLE:mac:THISNODE:mac#"
|
||||
export PRINIC='#TABLE:mac:THISNODE:mac#'
|
||||
fi
|
||||
if [ -z "$PRINIC" ]
|
||||
then
|
||||
|
@ -17,9 +17,9 @@ STARTMODE=onboot
|
||||
EOF
|
||||
|
||||
export PRINIC=#TABLEBLANKOKAY:noderes:THISNODE:primarynic#
|
||||
if [ "$PRINIC" == "mac"]
|
||||
if [ "$PRINIC" == "mac" ]
|
||||
then
|
||||
export PRINIC="#TABLE:mac:THISNODE:mac#"
|
||||
export PRINIC='#TABLE:mac:THISNODE:mac#'
|
||||
fi
|
||||
if [ -z "$PRINIC" ]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user