summaryrefslogtreecommitdiffstats
path: root/sysprep
Commit message (Expand)AuthorAgeFilesLines
* sysprep: remove the data and log files of puppetWanlong Gao2012-05-252-0/+54
* sysprep: Credit Wanlong Gao, Fujitsu under 'AUTHORS' section.Richard W.M. Jones2012-05-181-1/+5
* sysprep: remove kerberos data in the guestWanlong Gao2012-05-182-0/+54
* sysprep: remove ca certificates in the guestWanlong Gao2012-05-182-0/+61
* sysprep: Add missing 'utils.mli' to SOURCES.Richard W.M. Jones2012-05-141-1/+2
* sysprep: remove blkid tab in the guestWanlong Gao2012-05-102-0/+57
* sysprep: remove pam dataWanlong Gao2012-05-082-0/+54
* Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).Richard W.M. Jones2012-05-0126-105/+141
* sysprep: Remove the data of dovecotWanlong Gao2012-04-272-0/+45
* sysprep: remove the logfiles configured by logrotateWanlong Gao2012-04-271-0/+21
* sysprep: fix typo of the objectWanlong Gao2012-04-251-3/+3
* sysprep: remove the db and log of sambaWanlong Gao2012-04-252-0/+54
* sysprep: remove the db and log of sssdWanlong Gao2012-04-252-0/+52
* sysprep: remove the cache of package managerWanlong Gao2012-04-242-0/+47
* sysprep: flag the system for reconfigurationWanlong Gao2012-04-232-0/+44
* sysprep: remove user accountsWanlong Gao2012-04-232-0/+72
* sysprep: Don't enable every option by default.Richard W.M. Jones2012-04-2120-64/+148
* sysprep: Make the tests run quietly.Richard W.M. Jones2012-04-132-3/+3
* sysprep: bash_history: fix copyrightWanlong Gao2012-04-131-1/+1
* sysprep: remove .ssh directory in users' directoryWanlong Gao2012-04-132-0/+48
* sysprep: remove the bash history of usersWanlong Gao2012-04-122-0/+48
* sysprep: Sort and align all arguments (thanks Wanlong Gao).Richard W.M. Jones2012-04-111-4/+8
* sysprep: Make a common Utils.compare_command_line_args function.Richard W.M. Jones2012-04-113-4/+10
* sysprep: Move skip_dashes function into Utils module.Richard W.M. Jones2012-04-113-12/+21
* sysprep: Add utils.mli (interface) file.Richard W.M. Jones2012-04-111-0/+39
* sysprep: Print some logging by default.Richard W.M. Jones2012-04-114-6/+23
* 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
* 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 the...Richard W.M. Jones2012-03-312-0/+142
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-3121-0/+1848