summaryrefslogtreecommitdiffstats
path: root/clone
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-221-1/+1
|
* Update FSF address.Matthew Booth2011-11-084-4/+4
|
* virt-sysprep: Don't use xmlstarlet.Richard W.M. Jones2011-11-032-13/+8
| | | | Use virt-inspector --xpath option instead.
* virt-sysprep: Skip test if xmlstarlet is not installed.Richard W.M. Jones2011-10-271-0/+5
| | | | | This dependency is optional, so don't fail the test if it is not installed.
* virt-sysprep: Fix link in documentation.Richard W.M. Jones2011-10-171-1/+1
|
* Skip guestmount and virt-sysprep tests if no /dev/fuse.Richard W.M. Jones2011-10-171-0/+5
|
* virt-sysprep: Fix test to use guestmount and virt-inspector binaries that ↵Richard W.M. Jones2011-10-151-4/+13
| | | | have been built.
* virt-sysprep: Add cron-spool, mail-spool, utmp.Richard W.M. Jones2011-10-142-0/+38
|
* virt-sysprep: Use /dev/urandom instead of /dev/random.Richard W.M. Jones2011-10-131-1/+1
|
* virt-sysprep: More clarifications to the man page.Richard W.M. Jones2011-10-131-7/+5
|
* virt-sysprep: Clarify docs on enabling operations.Richard W.M. Jones2011-10-131-3/+7
|
* virt-sysprep: Add rhn-systemid.Richard W.M. Jones2011-10-132-0/+11
|
* virt-sysprep: Switch to using guestmount, add more features.Richard W.M. Jones2011-10-132-138/+280
| | | | | | | | | | | | | | | | This switches virt-sysprep to use guestmount instead of guestfish. This makes the script a little bit easier to modify for sysadmins. This commit also adds: - dhcp-client-state - dhcp-server-state - logfiles - random-seed - smolt-uuid - yum-uuid SELinux relabelling, and a section on security in the manual page.
* virt-sysprep: Use Augeas for config file manipulation.Richard W.M. Jones2011-10-131-5/+24
|
* virt-sysprep: Add prepend_line utility function.Richard W.M. Jones2011-10-131-4/+17
|
* fish: docs: note how to clean up the remote process properly.Richard W.M. Jones2011-10-131-4/+4
| | | | | | | Killing it is always a bad idea, because the qemu subprocess will be left hanging around. The best thing is to send the exit command. This also makes the change to virt-sysprep.
* virt-sysprep: Trap ERR as well as EXIT.Richard W.M. Jones2011-10-131-1/+1
|
* virt-sysprep: Simplify calls to guestfish --remote.Richard W.M. Jones2011-10-131-19/+20
|
* New tool: virt-sysprep: system preparation for guests.Richard W.M. Jones2011-10-084-0/+779