"-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:
parent
ead4611db4
commit
6e20236b33
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user