Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sysprep: Print some logging by default. | Richard W.M. Jones | 2012-04-11 | 4 | -6/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | It can be disabled using the --quiet option. The logging looks like: Examining the guest ... Performing "cron-spool" ... Performing "dhcp-client-state" ... Performing "dhcp-server-state" ... Performing "hostname" ... Performing "logfiles" ... Performing "mail-spool" ... Performing "net-hwaddr" ... Performing "random-seed" ... Performing "rhn-systemid" ... Performing "script" ... Performing "smolt-uuid" ... Performing "ssh-hostkeys" ... Performing "udev-persistent-net" ... Performing "utmp" ... Performing "yum-uuid" ... Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | |||||
* | extra-tests: Disable valgrind vgdb. | Richard W.M. Jones | 2012-04-10 | 1 | -1/+2 | |
| | | | | This leaves files called 'vgdb-pipe-*' in . | |||||
* | Version 1.17.27.1.17.27 | Richard W.M. Jones | 2012-04-10 | 19 | -316/+323 | |
| | ||||||
* | sysprep: Allow hwaddr to be removed on other Red Hat derivatives (RHBZ#811117). | Qin Guan | 2012-04-10 | 1 | -1/+1 | |
| | ||||||
* | sysprep: Allow hostname to be set on other Red Hat derivatives (RHBZ#811112). | Qin Guan | 2012-04-10 | 1 | -1/+1 | |
| | ||||||
* | Use posix_fadvise when uploading or downloading files. | Richard W.M. Jones | 2012-04-09 | 2 | -0/+18 | |
| | | | | | But ignore it if the call fails, since the file descriptor could be a non-file (eg. /dev/stdout). | |||||
* | Fix libguestfs-make-fixed-appliance --help option so it displays usage. | Richard W.M. Jones | 2012-04-09 | 1 | -1/+3 | |
| | | | | Previously it printed 'Internal error!' | |||||
* | gobject: Remove guestfs-gobject.c from POTFILES.in. | Richard W.M. Jones | 2012-04-06 | 1 | -1/+0 | |
| | | | | | This file no longer exists after the sources were split across multiple files for the benefit of gtk-doc. | |||||
* | tests: Fix guest building so parallel 'make -jN check' works. | Richard W.M. Jones | 2012-04-06 | 6 | -29/+34 | |
| | | | | | | | | | | | | | | | | This means renaming various temporary files (eg. fstab.tmp) that several of the scripts were using so they don't conflict (eg. fstab.tmp.$$). Also the rule: fedora-md1.img fedora-md2.img: guest-aux/make-fedora-img.pl causes the script to run twice in parallel when using 'make -jN'. Replace this with a stamp file so it runs once: fedora-md1.img fedora-md2.img: stamp-fedora-md.img stamp-fedora-md.img: guest-aux/make-fedora-img.pl | |||||
* | tests: Don't print "4" when running make-windows-img.sh | Richard W.M. Jones | 2012-04-06 | 1 | -1/+1 | |
| | | | | | The return value of the pwrite-device command -- 4 (bytes) -- is printed out. Hide it instead. | |||||
* | fuse: Add missing #include to guestmount.c | Matthew Booth | 2012-04-04 | 1 | -0/+1 | |
| | | | | Fix compilation failure on F17 | |||||
* | debian: Suggest 'apt-get build-dep' to install dependencies. | Richard W.M. Jones | 2012-04-04 | 1 | -3/+10 | |
| | ||||||
* | Update RELEASE-NOTES file for future 1.18 release. | Richard W.M. Jones | 2012-04-03 | 1 | -0/+148 | |
| | ||||||
* | Version 1.17.26.1.17.26 | Richard W.M. Jones | 2012-04-03 | 20 | -164/+248 | |
| | ||||||
* | parallel mount-local test: Don't run more than 12 threads. | Richard W.M. Jones | 2012-04-03 | 1 | -1/+5 | |
| | | | | | On the Koji builder that has lots of memory, this was trying to run something like 20 threads. | |||||
* | Use absolute paths where necessary in .gitignore file. | Richard W.M. Jones | 2012-04-03 | 1 | -382/+398 | |
| | ||||||
* | inspection: Support Fedora 17+ (RHBZ#809361). | Richard W.M. Jones | 2012-04-03 | 1 | -2/+5 | |
| | | | | | Recognize grub2 as a bootloader, and /bin being a symlink to /usr/bin (ie. UsrMove feature added in Fedora 17+). | |||||
* | sysprep: Add GDM and session preferences to logfiles. | Richard W.M. Jones | 2012-04-03 | 2 | -3/+5 | |
| | ||||||
* | sysprep: Remove installation logfiles in /root. | Richard W.M. Jones | 2012-04-03 | 2 | -2/+7 | |
| | ||||||
* | sysprep: Include logfile glob list in the man page. | Richard W.M. Jones | 2012-04-03 | 1 | -18/+24 | |
| | ||||||
* | Version 1.17.25.1.17.25 | Richard W.M. Jones | 2012-04-02 | 20 | -14338/+14929 | |
| | ||||||
* | New API: mkfs-btrfs for creating btrfs filesystems (RHBZ#807905). | Richard W.M. Jones | 2012-04-02 | 6 | -4/+127 | |
| | | | | This allows all parameters from btrfs to be accessed. | |||||
* | mkfs: Don't allow blocksize to be set on btrfs (RHBZ#807905). | Richard W.M. Jones | 2012-04-02 | 1 | -0/+5 | |
| | ||||||
* | extra-tests: Test virt-sysprep. | Richard W.M. Jones | 2012-04-01 | 1 | -1/+14 | |
| | ||||||
* | sysprep: Add a test of the --script option. | Richard W.M. Jones | 2012-04-01 | 6 | -1/+118 | |
| | ||||||
* | sysprep: Simplify and tidy up the test. | Richard W.M. Jones | 2012-04-01 | 1 | -8/+7 | |
| | ||||||
* | sysprep: script: Documentation fix. | Richard W.M. Jones | 2012-04-01 | 1 | -1/+1 | |
| | ||||||
* | sysprep: script: Miscellaneous fixes and cleanups to shell script. | Richard W.M. Jones | 2012-04-01 | 1 | -3/+11 | |
| | ||||||
* | sysprep: script: Wait for child process to exit. | Richard W.M. Jones | 2012-04-01 | 1 | -3/+17 | |
| | ||||||
* | sysprep: script: Remove useless check that script is executable. | Richard W.M. Jones | 2012-04-01 | 1 | -9/+5 | |
| | | | | | | This check will fail if the script is on the path. Also document that script must be on the path or else the full path to the script must be given. | |||||
* | sysprep: Add some debug code when performing operations. | Richard W.M. Jones | 2012-04-01 | 1 | -1/+6 | |
| | ||||||
* | Version 1.17.24.1.17.24 | Richard W.M. Jones | 2012-04-01 | 18 | -20/+20 | |
| | ||||||
* | sysprep: Add more files to CLEANFILES. | Richard W.M. Jones | 2012-04-01 | 1 | -1/+4 | |
| | ||||||
* | sysprep: When generating man pages, use 'run' script. | Richard W.M. Jones | 2012-04-01 | 1 | -2/+2 | |
| | ||||||
* | Add po/remove-potcdate.sin to git and EXTRA_DIST.1.17.23 | Richard W.M. Jones | 2012-04-01 | 3 | -1/+20 | |
| | | | | This file is produced by gettextize and required by 'make dist'. | |||||
* | Version 1.17.23. | Richard W.M. Jones | 2012-03-31 | 20 | -14334/+25263 | |
| | ||||||
* | Ensure that SOURCES are always in EXTRA_DIST, even if OCaml not available. | Richard W.M. Jones | 2012-03-31 | 3 | -15/+9 | |
| | ||||||
* | sysprep: Implement 'script' operation for running general scripts against ↵ | Richard W.M. Jones | 2012-03-31 | 2 | -0/+142 | |
| | | | | the guest. | |||||
* | Rewrite virt-sysprep. | Richard W.M. Jones | 2012-03-31 | 32 | -607/+1439 | |
| | ||||||
* | fish: Add a regression test for mount-local, mount-local-run commands. | Richard W.M. Jones | 2012-03-31 | 2 | -0/+81 | |
| | ||||||
* | Update translations from Transifex. | Richard W.M. Jones | 2012-03-30 | 16 | -18001/+7464 | |
| | ||||||
* | Update API support. | Richard W.M. Jones | 2012-03-30 | 16 | -0/+7355 | |
| | ||||||
* | Version 1.17.22.1.17.22 | Richard W.M. Jones | 2012-03-29 | 20 | -19671/+22105 | |
| | ||||||
* | Add test of parallel mount-local calls. | Richard W.M. Jones | 2012-03-29 | 5 | -2/+267 | |
| | ||||||
* | New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API). | Richard W.M. Jones | 2012-03-29 | 14 | -1351/+1758 | |
| | | | | | | | | | | Add FUSE support directly to the API. Instead of needing to use the external 'guestmount' command, you can mount the libguestfs filesystem space on a local mountpoint using an API call from any language. Note that although mount-local-run is marked as Cancellable, the current implementation does not support it, but it would be relatively simple to add it. | |||||
* | gobject: Ignore generated guestfs-sections.txt | Matthew Booth | 2012-03-29 | 1 | -0/+1 | |
| | ||||||
* | gobject: Add split-out files to POTFILES.in | Matthew Booth | 2012-03-29 | 1 | -0/+35 | |
| | ||||||
* | test: Thread function is a candidate for attribute noreturn. | Richard Jones | 2012-03-29 | 1 | -3/+1 | |
| | | | | | The start_test_thread function never returns, it is always cancelled by the main thread. | |||||
* | Partially revert "generator: Fix unescaped '<' and '>' in api descriptions" | Richard Jones | 2012-03-29 | 1 | -5/+5 | |
| | | | | | | Don't escape < and > in verbatim sections. This partially reverts commit 09a4e7664b59789f90b6674f640f9d688e4f8b43. | |||||
* | Fix out-of-tree build for GObject bindings | Hilko Bengen | 2012-03-28 | 1 | -1/+1 | |
| | | | | | | | | | | guestfs-gobject.h (in the source directory) was not found. In file included from <stdin>:4:0: /path/to/libguestfs/gobject/guestfs-gobject.h:23:37: fatal error: guestfs-gobject-session.h: No such file or directory compilation terminated. Error while processing the source. make[2]: *** [Guestfs-1.0.gir] Error 1 |