From 778b0b915acfe37c370eb40eb1a6d01463ee91e2 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 10 Apr 2012 11:38:40 +0000 Subject: [PATCH] fix for bug 3497125: warning message for plain_pkgs git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12178 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/otherpkgs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 5d6a23613..b8a989cc4 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -580,6 +580,8 @@ while [ $op_index -le $OTHERPKGS_INDEX ]; do #Handle the rest with rpm if [ "$plain_pkgs" != "" ]; then + echo "Warning: the packages $plain_pkgs could not be found in the repository, falling back to rpm command, did you forget to run createrepo?" + logger -p local4.info -t xcat "Warning: the packages $plain_pkgs could not be found in the repository, falling back to rpm command, did you forget to run createrepo?" if [ $mounted -eq 0 ]; then dir_no_ftproot=${OTHERPKGDIR#*$INSTALLDIR/} mkdir -p /xcatpost/$dir_no_ftproot