summaryrefslogtreecommitdiffstats
path: root/sysprep
Commit message (Collapse)AuthorAgeFilesLines
...
* sysprep: Print some logging by default.Richard W.M. Jones2012-04-114-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* sysprep: Allow hwaddr to be removed on other Red Hat derivatives (RHBZ#811117).Qin Guan2012-04-101-1/+1
|
* sysprep: Allow hostname to be set on other Red Hat derivatives (RHBZ#811112).Qin Guan2012-04-101-1/+1
|
* sysprep: Add GDM and session preferences to logfiles.Richard W.M. Jones2012-04-031-0/+5
|
* sysprep: Remove installation logfiles in /root.Richard W.M. Jones2012-04-031-1/+7
|
* sysprep: Include logfile glob list in the man page.Richard W.M. Jones2012-04-031-18/+24
|
* sysprep: Add a test of the --script option.Richard W.M. Jones2012-04-015-1/+116
|
* sysprep: Simplify and tidy up the test.Richard W.M. Jones2012-04-011-8/+7
|
* sysprep: script: Documentation fix.Richard W.M. Jones2012-04-011-1/+1
|
* sysprep: script: Miscellaneous fixes and cleanups to shell script.Richard W.M. Jones2012-04-011-3/+11
|
* sysprep: script: Wait for child process to exit.Richard W.M. Jones2012-04-011-3/+17
|
* sysprep: script: Remove useless check that script is executable.Richard W.M. Jones2012-04-011-9/+5
| | | | | | This check will fail if the script is on the path. Also document that script must be on the path or else the full path to the script must be given.
* sysprep: Add some debug code when performing operations.Richard W.M. Jones2012-04-011-1/+6
|
* sysprep: Add more files to CLEANFILES.Richard W.M. Jones2012-04-011-1/+4
|
* sysprep: When generating man pages, use 'run' script.Richard W.M. Jones2012-04-011-2/+2
|
* Ensure that SOURCES are always in EXTRA_DIST, even if OCaml not available.Richard W.M. Jones2012-03-311-5/+3
|
* sysprep: Implement 'script' operation for running general scripts against ↵Richard W.M. Jones2012-03-312-0/+142
| | | | the guest.
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-3121-0/+1848