From f8bb5e4b50d31f7ba6556fef90a99d418dfe6387 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 12 Dec 2013 17:50:49 +0800 Subject: [PATCH] prevent the running of postbootscripts --- xCAT-client/pods/man1/addkitcomp.1.pod | 6 +++++- xCAT-client/pods/man1/rmkitcomp.1.pod | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/addkitcomp.1.pod b/xCAT-client/pods/man1/addkitcomp.1.pod index 821d403fd..53cf9c3a0 100644 --- a/xCAT-client/pods/man1/addkitcomp.1.pod +++ b/xCAT-client/pods/man1/addkitcomp.1.pod @@ -6,7 +6,7 @@ B - Assign Kit components to an xCAT osimage. B [B<-?>|B<-h>|B<--help>] [B<-v>|B<--version>] -B [B<-V>|B<--verbose>] [B<-a>|B<--adddeps>] [B<-f>|B<--force>] [B<-n>|B<--noupgrade>] B<-i> I I +B [B<-V>|B<--verbose>] [B<-a>|B<--adddeps>] [B<-f>|B<--force>] [B<-n>|B<--noupgrade>] [B<--noscripts>] B<-i> I I =head1 DESCRIPTION @@ -46,6 +46,10 @@ The osimage name that the kit component is assigning to. Allow multiple versions of kitcomponent to be installed into the osimage, instead of kitcomponent upgrade +=item B<--noscripts> + +Do not add kitcomponent's postbootscripts to osimage + =item B A comma-delimited list of valid full kit component names or kit component basenames that are to be added to the osimage. diff --git a/xCAT-client/pods/man1/rmkitcomp.1.pod b/xCAT-client/pods/man1/rmkitcomp.1.pod index 168f88236..900556763 100644 --- a/xCAT-client/pods/man1/rmkitcomp.1.pod +++ b/xCAT-client/pods/man1/rmkitcomp.1.pod @@ -6,7 +6,7 @@ B - Remove Kit components from an xCAT osimage. B [B<-?>|B<-h>|B<--help>] [B<-v>|B<--version>] -B [B<-V>|B<--verbose>] [B<-u>|B<--uninstall>] [B<-f>|B<--force>] B<-i> I I +B [B<-V>|B<--verbose>] [B<-u>|B<--uninstall>] [B<-f>|B<--force>] [B<--noscripts>] B<-i> I I =head1 DESCRIPTION @@ -38,6 +38,10 @@ Command version. Remove this kit component from osimage no matter it is a dependency of other kit components. +=item B<--noscripts> + +Do not remove kitcomponent's postbootscripts from osimage + =item B<-i> I osimage name that include this kit component.