summaryrefslogtreecommitdiffstats
path: root/clone/virt-sysprep.in
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-311-408/+0
|
* virt-sysprep: add the hostname and net_hwaddr support for rhelWanlong Gao2012-02-291-2/+2
| | | | | | | Add the support for rhel. Change the hostname and delete the HWADDR for rhel. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* sysprep: Try unmounting the filesystem a few times when busy.Richard W.M. Jones2012-02-151-1/+11
| | | | | tracker-miner-fs jumps into newly mounted filesystems. This prevents the filesystem from being unmounted, so retry a few times.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* virt-sysprep: Don't use xmlstarlet.Richard W.M. Jones2011-11-031-8/+8
| | | | Use virt-inspector --xpath option instead.
* virt-sysprep: Add cron-spool, mail-spool, utmp.Richard W.M. Jones2011-10-141-0/+22
|
* virt-sysprep: Use /dev/urandom instead of /dev/random.Richard W.M. Jones2011-10-131-1/+1
|
* virt-sysprep: Add rhn-systemid.Richard W.M. Jones2011-10-131-0/+7
|
* virt-sysprep: Switch to using guestmount, add more features.Richard W.M. Jones2011-10-131-133/+180
| | | | | | | | | | | | | | | | 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-081-0/+289