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};