Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip guestmount and virt-sysprep tests if no /dev/fuse. | Richard W.M. Jones | 2011-10-17 | 2 | -0/+10 |
| | |||||
* | virt-sysprep: Fix test to use guestmount and virt-inspector binaries that ↵ | Richard W.M. Jones | 2011-10-15 | 2 | -5/+14 |
| | | | | have been built. | ||||
* | appliance: Fedora cryptsetup-luks renamed to cryptsetup. | Richard W.M. Jones | 2011-10-14 | 1 | -1/+2 |
| | | | | Therefore we need both names to be listed in the file. | ||||
* | roadmap: Fix Bugzilla URL. | Richard W.M. Jones | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | More TODO items. | Richard W.M. Jones | 2011-10-14 | 1 | -0/+31 |
| | |||||
* | Update RELEASE-NOTES file. | Richard W.M. Jones | 2011-10-14 | 1 | -5/+21 |
| | |||||
* | Version 1.13.21.1.13.21 | Richard W.M. Jones | 2011-10-14 | 21 | -7849/+8824 |
| | |||||
* | Use ArchLinux's new kernel package "linux". | Erik Nolte | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Add basic support for netbsd detection. | Michael Scherer | 2011-10-14 | 7 | -1/+74 |
| | |||||
* | Add support for pkgsrc, default NetBSD package manager. | Michael Scherer | 2011-10-14 | 4 | -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 16 | Michael Scherer | 2011-10-14 | 1 | -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 Scherer | 2011-10-14 | 1 | -0/+14 |
| | | | | Like Ubuntu one, it may not be always present. | ||||
* | Add Opensuse and zypper detection support | Michael Scherer | 2011-10-14 | 5 | -1/+24 |
| | | | | This would also erronously detect SLES as Opensuse. | ||||
* | Add support for Ubuntu logo | Michael Scherer | 2011-10-14 | 1 | -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 distribution | Michael Scherer | 2011-10-14 | 6 | -0/+25 |
| | |||||
* | Partially fix --disable-erlang | Michael Scherer | 2011-10-14 | 1 | -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. Jones | 2011-10-14 | 3 | -2/+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 | 3 | -1/+12 |
| | |||||
* | virt-sysprep: Switch to using guestmount, add more features. | Richard W.M. Jones | 2011-10-13 | 5 | -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. 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 | 2 | -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. Jones | 2011-10-13 | 1 | -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. Jones | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | guestmount: Add note to man page about 'fuse' group for Debian. | Richard W.M. Jones | 2011-10-13 | 1 | -0/+9 |
| | |||||
* | virt-sysprep: Simplify calls to guestfish --remote. | Richard W.M. Jones | 2011-10-13 | 1 | -19/+20 |
| | |||||
* | virt-sysprep: Further TODO items (thanks Nikita Menkovich). | Richard W.M. Jones | 2011-10-13 | 1 | -0/+1 |
| | |||||
* | virt-sysprep: Further TODO items (thanks Marko Myllynen, James Antill). | Richard W.M. Jones | 2011-10-13 | 1 | -0/+15 |
| | |||||
* | Version 1.13.20.1.13.20 | Richard W.M. Jones | 2011-10-11 | 20 | -1126/+1595 |
| | |||||
* | virt-sysprep: Update TODO list again. | Richard W.M. Jones | 2011-10-11 | 1 | -0/+2 |
| | |||||
* | virt-sysprep: Update TODO list (thanks Steve Grubb, Dan Berrange). | Richard W.M. Jones | 2011-10-11 | 1 | -0/+15 |
| | |||||
* | TODO: More virt-sysprep suggestions (thanks librarian). | Richard W.M. Jones | 2011-10-10 | 1 | -0/+4 |
| | |||||
* | Add systemtap/DTrace probes. | Richard W.M. Jones | 2011-10-10 | 5 | -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. Jones | 2011-10-10 | 1 | -0/+13 |
| | |||||
* | Version 1.13.19.1.13.19 | Richard W.M. Jones | 2011-10-08 | 20 | -1414/+4174 |
| | |||||
* | New tool: virt-sysprep: system preparation for guests. | Richard W.M. Jones | 2011-10-08 | 12 | -2/+802 |
| | |||||
* | fish: Add man page section on calling guestfish remote robustly from bash. | Richard W.M. Jones | 2011-10-07 | 1 | -0/+32 |
| | |||||
* | virt-alignment-scan: Fix SYNOPSIS in manual page. | Richard W.M. Jones | 2011-10-07 | 1 | -2/+0 |
| | |||||
* | Makefile.am: Fix comment. | Richard W.M. Jones | 2011-10-07 | 1 | -1/+2 |
| | |||||
* | virt-alignment-scan: docs: Add link to RHEL Storage Administration Guide. | Richard W.M. Jones | 2011-10-06 | 1 | -0/+3 |
| | |||||
* | virt-alignment-scan: More information in man page. | Richard W.M. Jones | 2011-10-06 | 1 | -7/+147 |
| | | | | Thanks Mike Snitzer. | ||||
* | virt-resize: Align partitions to multiple of 128 sectors (instead of 64). | Richard W.M. Jones | 2011-10-06 | 1 | -4/+5 |
| | | | | | This gives us effectively 64 KByte alignment, optimal for all current types of storage. | ||||
* | Update RELEASE-NOTES file. | Richard W.M. Jones | 2011-10-05 | 1 | -1/+4 |
| | |||||
* | Version 1.13.18.1.13.18 | Richard W.M. Jones | 2011-10-05 | 20 | -1801/+3371 |
| | |||||
* | New tool: virt-alignment-scan to check alignment of partitions. | Richard W.M. Jones | 2011-10-05 | 12 | -1/+617 |
| | |||||
* | docs: Add directory sections for resize/ and sparsify/ | Richard W.M. Jones | 2011-10-05 | 1 | -0/+8 |
| | |||||
* | Update RELEASE-NOTES file. | Richard W.M. Jones | 2011-10-04 | 1 | -0/+97 |
| |