summaryrefslogtreecommitdiffstats
path: root/clone
Commit message (Collapse)AuthorAgeFilesLines
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-301-0/+1
| | | | | | | | | | | | This adds standard LICENSE and BUGS sections to all of the man pages that are processed by podwrapper. Modify all the calls to $(PODWRAPPER) to add the right --license parameter according to the content. Note that this relaxes the license on some code example pages, making them effectively BSD-style licensed. (cherry picked from commit 2f97bf873b64384835f257f8916bf1ebb2af62b4)
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-301-14/+0
| | | | | | | | | | | | section. Ensure each man page contains consistent COPYRIGHT and AUTHOR sections. Remove the LICENSE section. We will add that back in podwrapper in a later commit. (cherry picked from commit f1d98bbc79496947210ee0305f80440ed8557ec1)
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-08-051-1/+1
| | | | | | | This will allow us to easily change the location of this script in future. (cherry picked from commit f2ea617e224cd82496e56a41b5878063d6f02e3d)
* build: Define builddir and abs_srcdir when they are missing.Richard W.M. Jones2012-06-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | RHEL 5-era autoconf did not define these, so define them manually when they are missing. Define builddir as '.' The scripts require this. It won't work in the srcdir != builddir case, but we don't care about that for RHEL 5. This commit also moves the builddir / abs_srcdir variable setting above the include of subdir-rules.mk, in case that include uses these variables. Useful script: for f in $(find -name Makefile.am | xargs fgrep '$(abs_srcdir)' -l) ; do if ! grep -q '^abs_srcdir' $f; then echo missing in $f fi done (cherry picked from commit 50aa9533e4a505e1c64dbedddb30491bfbb755d6)
* sysprep: Allow hwaddr to be removed on other Red Hat derivatives (RHBZ#811117).Qin Guan2012-04-101-2/+2
| | | | | | | | | Allow hostname to be set on other Red Hat derivatives (RHBZ#811112). Since virt-sysprep has been rewritten on the development branch, this is a new patch based on commit 5e054f873198b83947de328777d9ced3bfa39ad5 and commit 60b87d0a5c97a458cefb6c5d31eeede7709f5a3d.
* sysprep: Try unmounting the filesystem a few times when busy.Richard W.M. Jones2012-03-011-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 applianceHilko Bengen2012-01-231-0/+2
|
* Replace setting of environment variables with usage of local run scriptHilko Bengen2012-01-231-3/+1
| | | | (Includes fix by RWMJ)
* 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