From 6e20236b3327581c812e76c6909c81b196614a4b Mon Sep 17 00:00:00 2001 From: sjing Date: Tue, 28 Sep 2010 02:28:08 +0000 Subject: [PATCH] "-b" as the default installp flag to prevent bosboot in SPOT update. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7685 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index affd0b050..4fbf5f01c 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -1337,7 +1337,8 @@ srvnode."; $otherpkgs = $attrvals{otherpkgs}; } - my $installp_flags = "-agQXY "; + # -b as the default installp flag to prevent bosboot in SPOT update. + my $installp_flags = "-abgQXY "; if ($attrvals{installp_flags}) { $installp_flags = $attrvals{installp_flags};