summaryrefslogtreecommitdiffstats
path: root/sysprep/virt-sysprep.pod
Commit message (Collapse)AuthorAgeFilesLines
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-14/+0
| | | | | | | | | | section. Ensure each man page contains consistent COPYRIGHT and AUTHOR sections. Remove the LICENSE section. We will add that back in podwrapper in a later commit.
* sysprep: docs: virt-sysprep can now be used to customize a guest.Richard W.M. Jones2012-08-181-6/+18
|
* sysprep: Add --firstboot functionality.Richard W.M. Jones2012-08-181-0/+26
| | | | | This allows you to add scripts that run in the context of the guest the first time it boots.
* sysprep: Describe more directly how to use qemu-img for snapshotting.Richard W.M. Jones2012-07-281-14/+24
|
* sysprep: Credit Wanlong Gao, Fujitsu under 'AUTHORS' section.Richard W.M. Jones2012-05-181-1/+5
|
* sysprep: Don't enable every option by default.Richard W.M. Jones2012-04-211-8/+32
| | | | | | | | | | All current operations are enabled by default. Also: * The POD description is split into a heading and the description body. * An 'enabled_by_default' flag is added to the structure.
* sysprep: Print some logging by default.Richard W.M. Jones2012-04-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | It can be disabled using the --quiet option. The logging looks like: Examining the guest ... Performing "cron-spool" ... Performing "dhcp-client-state" ... Performing "dhcp-server-state" ... Performing "hostname" ... Performing "logfiles" ... Performing "mail-spool" ... Performing "net-hwaddr" ... Performing "random-seed" ... Performing "rhn-systemid" ... Performing "script" ... Performing "smolt-uuid" ... Performing "ssh-hostkeys" ... Performing "udev-persistent-net" ... Performing "utmp" ... Performing "yum-uuid" ... Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-311-0/+435