Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysprep: Don't enable every option by default. | Richard W.M. Jones | 2012-04-21 | 20 | -64/+148 |
| | | | | | | | | | | 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: Make the tests run quietly. | Richard W.M. Jones | 2012-04-13 | 2 | -3/+3 |
| | |||||
* | sysprep: bash_history: fix copyright | Wanlong Gao | 2012-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | sysprep: remove .ssh directory in users' directory | Wanlong Gao | 2012-04-13 | 2 | -0/+48 |
| | | | | | | | Remove the .ssh directory of user "root" and any other users who have a .ssh directory in their home directory. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | sysprep: remove the bash history of users | Wanlong Gao | 2012-04-12 | 2 | -0/+48 |
| | | | | | | | Remove the bash history of users in home directory, and history of root. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | sysprep: Sort and align all arguments (thanks Wanlong Gao). | Richard W.M. Jones | 2012-04-11 | 1 | -4/+8 |
| | |||||
* | sysprep: Make a common Utils.compare_command_line_args function. | Richard W.M. Jones | 2012-04-11 | 3 | -4/+10 |
| | | | | | This isn't quite code motion, since the new function also ignores case (which previously we didn't ignore). | ||||
* | sysprep: Move skip_dashes function into Utils module. | Richard W.M. Jones | 2012-04-11 | 3 | -12/+21 |
| | | | | | This is mostly code motion, but I also changed the function to use String.unsafe_get and raise Invalid_argument on failure. | ||||
* | sysprep: Add utils.mli (interface) file. | Richard W.M. Jones | 2012-04-11 | 1 | -0/+39 |
| | |||||
* | sysprep: Print some logging by default. | Richard W.M. Jones | 2012-04-11 | 4 | -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 Guan | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | sysprep: Allow hostname to be set on other Red Hat derivatives (RHBZ#811112). | Qin Guan | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | sysprep: Add GDM and session preferences to logfiles. | Richard W.M. Jones | 2012-04-03 | 1 | -0/+5 |
| | |||||
* | sysprep: Remove installation logfiles in /root. | Richard W.M. Jones | 2012-04-03 | 1 | -1/+7 |
| | |||||
* | sysprep: Include logfile glob list in the man page. | Richard W.M. Jones | 2012-04-03 | 1 | -18/+24 |
| | |||||
* | sysprep: Add a test of the --script option. | Richard W.M. Jones | 2012-04-01 | 5 | -1/+116 |
| | |||||
* | sysprep: Simplify and tidy up the test. | Richard W.M. Jones | 2012-04-01 | 1 | -8/+7 |
| | |||||
* | sysprep: script: Documentation fix. | Richard W.M. Jones | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | sysprep: script: Miscellaneous fixes and cleanups to shell script. | Richard W.M. Jones | 2012-04-01 | 1 | -3/+11 |
| | |||||
* | sysprep: script: Wait for child process to exit. | Richard W.M. Jones | 2012-04-01 | 1 | -3/+17 |
| | |||||
* | sysprep: script: Remove useless check that script is executable. | Richard W.M. Jones | 2012-04-01 | 1 | -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. Jones | 2012-04-01 | 1 | -1/+6 |
| | |||||
* | sysprep: Add more files to CLEANFILES. | Richard W.M. Jones | 2012-04-01 | 1 | -1/+4 |
| | |||||
* | sysprep: When generating man pages, use 'run' script. | Richard W.M. Jones | 2012-04-01 | 1 | -2/+2 |
| | |||||
* | Ensure that SOURCES are always in EXTRA_DIST, even if OCaml not available. | Richard W.M. Jones | 2012-03-31 | 1 | -5/+3 |
| | |||||
* | sysprep: Implement 'script' operation for running general scripts against ↵ | Richard W.M. Jones | 2012-03-31 | 2 | -0/+142 |
| | | | | the guest. | ||||
* | Rewrite virt-sysprep. | Richard W.M. Jones | 2012-03-31 | 21 | -0/+1848 |