diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2014-09-17 13:46:56 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2014-09-17 13:46:56 +0200 |
commit | 2716dde5b8d262c572f93b78258531344c67f0c8 (patch) | |
tree | a244c49629365cc34f96b3982544dbdbc546e6a8 | |
parent | 65901ce5f29f9ec45339c3474a360d9bbcee6bac (diff) | |
download | initscripts-2716dde5b8d262c572f93b78258531344c67f0c8.tar initscripts-2716dde5b8d262c572f93b78258531344c67f0c8.tar.gz initscripts-2716dde5b8d262c572f93b78258531344c67f0c8.tar.bz2 initscripts-2716dde5b8d262c572f93b78258531344c67f0c8.tar.xz initscripts-2716dde5b8d262c572f93b78258531344c67f0c8.zip |
man: update sys-unconfig.8
-rw-r--r-- | sys-unconfig.8 | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/sys-unconfig.8 b/sys-unconfig.8 index dc55fed9..9edc1068 100644 --- a/sys-unconfig.8 +++ b/sys-unconfig.8 @@ -5,26 +5,23 @@ sys-unconfig \- shell script to reconfigure the system upon next boot \fBsys-unconfig\fR .SH DESCRIPTION \fBsys-unconfig\fR provides a simple method of reconfiguring a system -in a new environment. Upon executing sys-unconfig will halt your -system, and run the following configuration programs at boot: -passwd (to change the root password), netconfig, timeconfig, -kbdconfig, authconfig, and ntsysv. +in a new environment. Upon executing sys-unconfig will poweroff your +system, and run firstboot at next boot. .SH FILES .PD 0 .TP 20 \fI/.unconfigured\fR -The presence of this file will cause /etc/rc.d/rc.sysinit to run -the programs mentioned above. +The presence of this file will trigger firsboot. + +.SH NOTES +.PD +This utility should not be used for creating cloud or virtual machine images. +For that use please see \fBvirt-sysprep\fP. .PD .SH "SEE ALSO" -.BR passwd (1), -.BR netconfig (8), -.BR timeconfig (8), -.BR kbdconfig (8), -.BR authconfig (8), -.BR ntsysv(8) +.BR virt-sysprep(1) .SH AUTHORS .nf |