Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysprep: Try unmounting the filesystem a few times when busy. | Richard W.M. Jones | 2012-03-01 | 1 | -1/+11 |
| | | | | | | tracker-miner-fs jumps into newly mounted filesystems. This prevents the filesystem from being unmounted, so retry a few times. (cherry picked from commit 5fa7aace200a49961173de6316a81e239987c179) | ||||
* | Do not run appliance-related checks if not building appliance | Hilko Bengen | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | Replace setting of environment variables with usage of local run script | Hilko Bengen | 2012-01-23 | 1 | -3/+1 |
| | | | | (Includes fix by RWMJ) | ||||
* | tests: Split images -> tests/data + tests/guests | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 4 | -4/+4 |
| | |||||
* | virt-sysprep: Don't use xmlstarlet. | Richard W.M. Jones | 2011-11-03 | 2 | -13/+8 |
| | | | | Use virt-inspector --xpath option instead. | ||||
* | virt-sysprep: Skip test if xmlstarlet is not installed. | Richard W.M. Jones | 2011-10-27 | 1 | -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. Jones | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | Skip guestmount and virt-sysprep tests if no /dev/fuse. | Richard W.M. Jones | 2011-10-17 | 1 | -0/+5 |
| | |||||
* | virt-sysprep: Fix test to use guestmount and virt-inspector binaries that ↵ | Richard W.M. Jones | 2011-10-15 | 1 | -4/+13 |
| | | | | have been built. | ||||
* | virt-sysprep: Add cron-spool, mail-spool, utmp. | Richard W.M. Jones | 2011-10-14 | 2 | -0/+38 |
| | |||||
* | virt-sysprep: Use /dev/urandom instead of /dev/random. | Richard W.M. Jones | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | virt-sysprep: More clarifications to the man page. | Richard W.M. Jones | 2011-10-13 | 1 | -7/+5 |
| | |||||
* | virt-sysprep: Clarify docs on enabling operations. | Richard W.M. Jones | 2011-10-13 | 1 | -3/+7 |
| | |||||
* | virt-sysprep: Add rhn-systemid. | Richard W.M. Jones | 2011-10-13 | 2 | -0/+11 |
| | |||||
* | virt-sysprep: Switch to using guestmount, add more features. | Richard W.M. Jones | 2011-10-13 | 2 | -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. 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 | 4 | -0/+779 |