diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-02-01 16:49:22 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-02-01 16:49:22 +0000 |
commit | 523efd8bafa5b0b31014e4a14adad154a7730611 (patch) | |
tree | d46db242516538e9f47bf7cd76628ccfcca13456 /man/bcfg2.1 | |
parent | dbf7f548f77804283ac1bc94f22f0d41c85cca7e (diff) | |
download | bcfg2-523efd8bafa5b0b31014e4a14adad154a7730611.tar.gz bcfg2-523efd8bafa5b0b31014e4a14adad154a7730611.tar.bz2 bcfg2-523efd8bafa5b0b31014e4a14adad154a7730611.zip |
update for -r
(Logical change 1.198)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@843 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2.1')
-rw-r--r-- | man/bcfg2.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/bcfg2.1 b/man/bcfg2.1 index d36505b4d..0acda1b9b 100644 --- a/man/bcfg2.1 +++ b/man/bcfg2.1 @@ -4,6 +4,7 @@ bcfg \- reconfigure machine based on settings in BCFG2 .SH SYNOPSIS .B bcfg2 .I [-d] [-v] [-p] [-c cache file] [-f config file] [-q] [-b bundle] +[-r removal mode] .SH DESCRIPTION .PP .B bcfg2 @@ -32,6 +33,11 @@ system. .B \-B run bcfg2 in build mode. Services aren't started, as the system may still be in miniroot. .TP +.B \-r removal mode +.TP +Remove extra configuration located by two way verification. Removal +mode is one of all, packages, or services. (Services are currently +unimplemented under Debian. Nothing is currently supported under redhat) .B \-p <profile> assert profile for client. .TP .B \-i <image> assert image for client. @@ -39,4 +45,5 @@ may still be in miniroot. .BR Bcfg2Server(8), .BR Bcfg2Ctl(8) .SH "BUGS" -The code is too beta to list all.
\ No newline at end of file +Two way removal mode is only implemented for packages under +Debian. All other types are not yet implemented.
\ No newline at end of file |