Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite virt-sysprep. | Richard W.M. Jones | 2012-03-31 | 1 | -408/+0 |
| | |||||
* | virt-sysprep: add the hostname and net_hwaddr support for rhel | Wanlong Gao | 2012-02-29 | 1 | -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. Jones | 2012-02-15 | 1 | -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 Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | virt-sysprep: Don't use xmlstarlet. | Richard W.M. Jones | 2011-11-03 | 1 | -8/+8 |
| | | | | Use virt-inspector --xpath option instead. | ||||
* | virt-sysprep: Add cron-spool, mail-spool, utmp. | Richard W.M. Jones | 2011-10-14 | 1 | -0/+22 |
| | |||||
* | virt-sysprep: Use /dev/urandom instead of /dev/random. | Richard W.M. Jones | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | virt-sysprep: Add rhn-systemid. | Richard W.M. Jones | 2011-10-13 | 1 | -0/+7 |
| | |||||
* | virt-sysprep: Switch to using guestmount, add more features. | Richard W.M. Jones | 2011-10-13 | 1 | -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. Jones | 2011-10-13 | 1 | -5/+24 |
| | |||||
* | virt-sysprep: Add prepend_line utility function. | Richard W.M. Jones | 2011-10-13 | 1 | -4/+17 |
| | |||||
* | fish: docs: note how to clean up the remote process properly. | Richard W.M. Jones | 2011-10-13 | 1 | -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. Jones | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | virt-sysprep: Simplify calls to guestfish --remote. | Richard W.M. Jones | 2011-10-13 | 1 | -19/+20 |
| | |||||
* | New tool: virt-sysprep: system preparation for guests. | Richard W.M. Jones | 2011-10-08 | 1 | -0/+289 |