mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 19:50:21 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user