summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Skip guestmount and virt-sysprep tests if no /dev/fuse.Richard W.M. Jones2011-10-172-0/+10
|
* virt-sysprep: Fix test to use guestmount and virt-inspector binaries that ↵Richard W.M. Jones2011-10-152-5/+14
| | | | have been built.
* appliance: Fedora cryptsetup-luks renamed to cryptsetup.Richard W.M. Jones2011-10-141-1/+2
| | | | Therefore we need both names to be listed in the file.
* roadmap: Fix Bugzilla URL.Richard W.M. Jones2011-10-141-1/+1
|
* More TODO items.Richard W.M. Jones2011-10-141-0/+31
|
* Update RELEASE-NOTES file.Richard W.M. Jones2011-10-141-5/+21
|
* Version 1.13.21.1.13.21Richard W.M. Jones2011-10-1421-7849/+8824
|
* Use ArchLinux's new kernel package "linux".Erik Nolte2011-10-141-1/+1
|
* Add basic support for netbsd detection.Michael Scherer2011-10-147-1/+74
|
* Add support for pkgsrc, default NetBSD package manager.Michael Scherer2011-10-144-2/+6
| | | | | | For now, only detect the tool, but support from reading installed package could be added later ( may require either a package of pkgsrc, or a smaller tool to read the db ).
* Add support for mounting ufs from NetBSD, and fix FreeBSD detection on Fedora 16Michael Scherer2011-10-141-2/+9
| | | | | | | | While testing on Fedora 16, I noticed that Linux will mount the disk without trouble by using automatically ufstype=old, and yet do not let us read the directories. So we should start directly with usftype=ufs2, and if it fail, try 44bsd, as used for netbsd and openbsd ( as seen on http://wiki-static.aydogan.net/How_to_mount_FFS_partition_under_Linux ).
* Add the Opensuse logo ( thanks to Vincent Untz )Michael Scherer2011-10-141-0/+14
| | | | Like Ubuntu one, it may not be always present.
* Add Opensuse and zypper detection supportMichael Scherer2011-10-145-1/+24
| | | | This would also erronously detect SLES as Opensuse.
* Add support for Ubuntu logoMichael Scherer2011-10-141-2/+13
| | | | | | Ths logo is present on Lucid Lynx, but may not always be installed, like in case of a minimal installation ( or server ). While Edubuntu and Kubuntu have different logo, I didn't check where it would be placed.
* Detect Mageia distributionMichael Scherer2011-10-146-0/+25
|
* Partially fix --disable-erlangMichael Scherer2011-10-141-4/+6
| | | | | | Without this, configure will always enable erlang, no matter what argument are passed. Now, we can disable it, even if configure still need the erlang compiler for some obscure reason.
* virt-sysprep: Add cron-spool, mail-spool, utmp.Richard W.M. Jones2011-10-143-2/+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-133-1/+12
|
* virt-sysprep: Switch to using guestmount, add more features.Richard W.M. Jones2011-10-135-154/+293
| | | | | | | | | | | | | | | | 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-132-9/+10
| | | | | | | 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.
* fish: Close guestfs handle explicitly before exiting.Richard W.M. Jones2011-10-131-0/+2
| | | | | | NOTE this is just a cleanup. It is NOT necessary for correctness, since libguestfs itself is correctly closing the handle in the exit handler.
* virt-sysprep: Trap ERR as well as EXIT.Richard W.M. Jones2011-10-131-1/+1
|
* guestmount: Add note to man page about 'fuse' group for Debian.Richard W.M. Jones2011-10-131-0/+9
|
* virt-sysprep: Simplify calls to guestfish --remote.Richard W.M. Jones2011-10-131-19/+20
|
* virt-sysprep: Further TODO items (thanks Nikita Menkovich).Richard W.M. Jones2011-10-131-0/+1
|
* virt-sysprep: Further TODO items (thanks Marko Myllynen, James Antill).Richard W.M. Jones2011-10-131-0/+15
|
* Version 1.13.20.1.13.20Richard W.M. Jones2011-10-1120-1126/+1595
|
* virt-sysprep: Update TODO list again.Richard W.M. Jones2011-10-111-0/+2
|
* virt-sysprep: Update TODO list (thanks Steve Grubb, Dan Berrange).Richard W.M. Jones2011-10-111-0/+15
|
* TODO: More virt-sysprep suggestions (thanks librarian).Richard W.M. Jones2011-10-101-0/+4
|
* Add systemtap/DTrace probes.Richard W.M. Jones2011-10-105-0/+110
| | | | | Mainly this is a documentation change. However a sample of DTrace-compatible userspace probes are also added.
* Update TODO file with future plans for virt-sysprep.Richard W.M. Jones2011-10-101-0/+13
|
* Version 1.13.19.1.13.19Richard W.M. Jones2011-10-0820-1414/+4174
|
* New tool: virt-sysprep: system preparation for guests.Richard W.M. Jones2011-10-0812-2/+802
|
* fish: Add man page section on calling guestfish remote robustly from bash.Richard W.M. Jones2011-10-071-0/+32
|
* virt-alignment-scan: Fix SYNOPSIS in manual page.Richard W.M. Jones2011-10-071-2/+0
|
* Makefile.am: Fix comment.Richard W.M. Jones2011-10-071-1/+2
|
* virt-alignment-scan: docs: Add link to RHEL Storage Administration Guide.Richard W.M. Jones2011-10-061-0/+3
|
* virt-alignment-scan: More information in man page.Richard W.M. Jones2011-10-061-7/+147
| | | | Thanks Mike Snitzer.
* virt-resize: Align partitions to multiple of 128 sectors (instead of 64).Richard W.M. Jones2011-10-061-4/+5
| | | | | This gives us effectively 64 KByte alignment, optimal for all current types of storage.
* Update RELEASE-NOTES file.Richard W.M. Jones2011-10-051-1/+4
|
* Version 1.13.18.1.13.18Richard W.M. Jones2011-10-0520-1801/+3371
|
* New tool: virt-alignment-scan to check alignment of partitions.Richard W.M. Jones2011-10-0512-1/+617
|
* docs: Add directory sections for resize/ and sparsify/Richard W.M. Jones2011-10-051-0/+8
|
* Update RELEASE-NOTES file.Richard W.M. Jones2011-10-041-0/+97
|