=head1 NAME B - Remove kit components from osimage. =head1 SYNOPSIS B [-h|--help] B [-u|--uninstall] [-f|--force] [-V|--verbose] -i =head1 DESCRIPTION The B command removes kit components from osimage. All the kit component attributes that attached to the osimage will be removed from osimage attributes, and the kit comoponent meta rpm and package rpm could be uninstalled by <-u|--uninstall> option. =head1 OPTIONS B<-u|--uninstall> all the kit component meta rpm and package rpm in otherpkglist will be uninstalled during genimage for stateless image and updatenode for statefull nodes. B<-h|--help> Display usage message. B<-V|--verbose> Verbose mode. B<-f|--force> Remove this kit component from osimage no matter it is a dependency of other kit components. B<-i > osimage name that include this kit component. B A comma-delimited list of valid full kit component names or kit component basenames that are to be removed from the osimage. =head1 RETURN VALUE 0 The command completed successfully. 1 An error has occurred. =head1 EXAMPLES 1. To remove a kit component from osimage rmkitcomp -i rhels6.2-ppc64-netboot-compute comp-test1-1.0-1-rhels-6.2-ppc64 Output is similar to: kitcomponents comp-test1-1.0-1-rhels-6.2-ppc64 were removed from osimage rhels6.2-ppc64-netboot-compute successfully 2. To remove a kit component even it is still used as a dependency of other kit component. rmkitcomp -f -i rhels6.2-ppc64-netboot-compute comp-test1-1.0-1-rhels-6.2-ppc64 Output is similar to: kitcomponents comp-test1-1.0-1-rhels-6.2-ppc64 were removed from osimage rhels6.2-ppc64-netboot-compute successfully 3. To remove a kit component from osimage and also remove the kit component meta RPM and package RPM. So in next genimage for statelss image and updatenode for statefull nodes, the kit component meta RPM and package RPM will be uninstalled. rmkitcomp -u -i rhels6.2-ppc64-netboot-compute comp-test1-1.0-1-rhels-6.2-ppc64 Output is similar to: kitcomponents comp-test1-1.0-1-rhels-6.2-ppc64 were removed from osimage rhels6.2-ppc64-netboot-compute successfully =head1 SEE ALSO L, L, L, L