defect 2990760: make otherpkgs do NOT run when booting up. This has been fixed, but was overwritten by last checkin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5865 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-04-23 10:46:04 +00:00
parent 96e63334a1
commit 908d54eebe
2 changed files with 3 additions and 0 deletions

View File

@ -26,9 +26,11 @@
# do nothing for diskless deployment case because it is done in the image already
if [[ $UPDATENODE -ne 1 ]]; then
if [ "$NODESETSTATE" = "netboot" -o \
"$NODESETSTATE" = "statelite" -o \
"$NODESETSTATE" = "diskless" -o \
"$NODESETSTATE" = "dataless" ]
then
echo " Did not install any extra rpms."
exit 0
fi
fi

View File

@ -22,6 +22,7 @@ fi
# do nothing for diskless deployment case because it is done in the image already
if [ "$NODESETSTATE" = "netboot" -o \
"$NODESETSTATE" = "statelite" -o \
"$NODESETSTATE" = "diskless" -o \
"$NODESETSTATE" = "dataless" ]
then