"-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
This commit is contained in:
sjing 2010-09-28 02:28:08 +00:00
parent ead4611db4
commit 6e20236b33

View File

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