From 636f0bd5f6e6686abbeed75c3e4086b803034166 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 30 Apr 2013 19:11:30 +0000 Subject: [PATCH] Fix problem where ubuntu needlessly mandates noderes.primarynic in one place, one to go git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16138 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/scripts/post.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/scripts/post.ubuntu b/xCAT-server/share/xcat/install/scripts/post.ubuntu index b1709b23d..364d4f198 100644 --- a/xCAT-server/share/xcat/install/scripts/post.ubuntu +++ b/xCAT-server/share/xcat/install/scripts/post.ubuntu @@ -3,7 +3,7 @@ # Setup hostname # echo "post scripts" >/root/post.log -export PRINIC=#TABLE:noderes:THISNODE:primarynic# +export PRINIC=#TABLEBLANKOKAY:noderes:THISNODE:primarynic# if [ "$PRINIC" == "mac" ] then export PRINIC='#TABLE:mac:THISNODE:mac#'