From f5c785ba23dc6aebf35a3a86c99f9972bda0743e Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 19 Jul 2012 06:08:32 +0000 Subject: [PATCH] add --non-interactive option to zypper to answer zypper install questions automatically. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13315 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates b/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates index 322233118..b1db19049 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates @@ -58,7 +58,7 @@ if [ $OS != "AIX" ]; then # For SLES, assume zypper is available on the system running genimage zypper -R $installroot ar file:$INSTALL_DIR/$UPDATES_DIR gpfs_updates # zypper -R $installroot install gpfs.gplbin* - zypper -R $installroot update gpfs* + zypper --non-interactive -R $installroot update gpfs* zypper -R $installroot rr gpfs_updates else # For Redhat, etc., assume yum is available on the system running genimage