Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | daemon: Generalize the implementation of vfs-type. | Richard Jones | 2010-06-01 | 1 | -3/+9 | |
| | | | | Note that there is no change to the semantics of the code. | |||||
* | todo: Should generate -N option. | Richard Jones | 2010-05-28 | 1 | -0/+6 | |
| | ||||||
* | todo: Remove implemented resize functions from TODO file. | Richard Jones | 2010-05-28 | 1 | -17/+0 | |
| | ||||||
* | Make the supermin appliance include local augeas lenses | Matthew Booth | 2010-05-27 | 1 | -0/+3 | |
| | ||||||
* | Rely on new augeas lens for modules.conf and conf.modules | Matthew Booth | 2010-05-27 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | Latest augeas includes a lens for /etc/modules.conf. If this new lens is present, the code to force the Modprobe lens to try to match /etc/modules.conf as well results in /etc/modules.conf not being parsed at all. This results in modprobe_aliases in virt-inspector output being empty. This change is equivalent to change cfd28d1140393667913689b7b9bcf21c8bfe592c from virt-v2v. An effect of this change is that the Modules_conf augeas lens is now required for correct operation on guests which use /etc/modules.conf. Fixes RHBZ#596776 | |||||
* | Updates to Spanish translation (RHBZ#596763). | Daniel Cabrera | 2010-05-27 | 1 | -738/+1450 | |
| | ||||||
* | Version 1.3.17.1.3.17 | Richard Jones | 2010-05-27 | 14 | -5358/+5364 | |
| | ||||||
* | Fix documentation for vfs-type to reflect reality. | Richard Jones | 2010-05-27 | 1 | -5/+6 | |
| | ||||||
* | Clarify documentation on distro backports in version command. | Richard Jones | 2010-05-27 | 1 | -2/+4 | |
| | ||||||
* | Add reference to version number documentation to version command. | Richard Jones | 2010-05-27 | 1 | -0/+2 | |
| | ||||||
* | Clarify sparse behaviour of truncate-size command. | Richard Jones | 2010-05-27 | 1 | -2/+7 | |
| | ||||||
* | Fix typo in documentation of guestfs_readlinklist. | Richard Jones | 2010-05-27 | 1 | -1/+1 | |
| | ||||||
* | Fix missing word in docuentation of guestfs_readdir. | Richard Jones | 2010-05-27 | 1 | -1/+1 | |
| | ||||||
* | Revise documentation on creating files. | Richard Jones | 2010-05-27 | 1 | -1/+5 | |
| | ||||||
* | New API: fallocate64 (replaces fallocate). | Richard Jones | 2010-05-27 | 3 | -2/+35 | |
| | | | | | | guestfs_fallocate takes an integer for the length, effectively limiting it to creating 1GB files. This new call takes an int64_t for the length, but is otherwise identical. | |||||
* | Fix typo in description of echo-daemon command. | Richard Jones | 2010-05-26 | 1 | -2/+2 | |
| | ||||||
* | Version 1.3.16.1.3.16 | Richard Jones | 2010-05-25 | 14 | -15/+15 | |
| | ||||||
* | Add bash complation script to EXTRA_DIST. | Richard Jones | 2010-05-25 | 1 | -1/+2 | |
| | ||||||
* | Version 1.3.15.1.3.15 | Richard Jones | 2010-05-25 | 14 | -6058/+6428 | |
| | ||||||
* | Add tests for available-all-groups command. | Richard Jones | 2010-05-25 | 1 | -1/+1 | |
| | ||||||
* | fish: First pass at guestfish bash completion script. | Richard Jones | 2010-05-25 | 2 | -1/+96 | |
| | ||||||
* | fish: Don't eat words when completing case-insensitive paths (RHBZ#582993). | Richard Jones | 2010-05-25 | 3 | -1/+37 | |
| | ||||||
* | fish: Sort returned paths so the list is stable across multiple calls. | Richard Jones | 2010-05-25 | 1 | -0/+11 | |
| | ||||||
* | fish: Document test1.img, test2.img etc used by -N option in FILES section. | Richard Jones | 2010-05-25 | 1 | -0/+9 | |
| | ||||||
* | fish: Create a separate FILES section in the manpage. | Richard Jones | 2010-05-25 | 1 | -2/+27 | |
| | ||||||
* | fish: Move 'EXIT CODE' section to a more logical place in the documentation. | Richard Jones | 2010-05-25 | 1 | -5/+5 | |
| | ||||||
* | resize: Refresh the examples in the documentation. | Richard Jones | 2010-05-25 | 1 | -1/+16 | |
| | | | | | | The documentation was previously very intimidating. Bring some common, simple examples up to the top of the page in a separate section. | |||||
* | fish: Make the read/write warning more prominent. | Richard Jones | 2010-05-25 | 1 | -5/+7 | |
| | | | | | Follow the example on other manual pages by making the warning more prominent. | |||||
* | fish: New command: 'supported' | Richard Jones | 2010-05-25 | 7 | -0/+118 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This checks all available optional groups and prints out which ones are supported by the daemon. Note you must launch the appliance first. Example: ><fs> supported augeas yes inotify yes linuxfsuuid yes linuxmodules yes linuxxattrs yes lvm2 yes mknod yes ntfs3g yes ntfsprogs yes realpath yes scrub yes selinux yes xz yes zerofree yes | |||||
* | New API: available-all-groups to return list of all optional groups. | Richard Jones | 2010-05-25 | 3 | -1/+33 | |
| | ||||||
* | perl: Rerun configure if MAX_PROC_NR changes. | Richard Jones | 2010-05-25 | 1 | -1/+2 | |
| | | | | | | If MAX_PROC_NR changes (because a new API has been added to the generator) then we need to rerun configure in order to set the Makefile's ${MAX_PROC_NR} variable, in order to rebuild Makefile.PL. | |||||
* | Update Polish translations (RHBZ#502533). | Piotr Drąg | 2010-05-25 | 1 | -229/+239 | |
| | ||||||
* | Version 1.3.14.1.3.14 | Richard Jones | 2010-05-24 | 14 | -7366/+7074 | |
| | ||||||
* | build: Remove install_kernel from EXTRA_DIST. | Richard Jones | 2010-05-24 | 1 | -1/+0 | |
| | | | | | This updates commit a34fadf900625f1f7359ecf3ca760820ffa20815, removing this now non-existent script from EXTRA_DIST. | |||||
* | build: For development releases, print a notice. | Richard Jones | 2010-05-24 | 1 | -0/+16 | |
| | ||||||
* | guestfs_version: Correct documentation. | Richard Jones | 2010-05-22 | 1 | -2/+3 | |
| | | | | | Remove reference to 'ELF weak linking tricks' and replace with suggestion to use dl* functions. | |||||
* | Build workaround for Python 2.4.x in RHEL 5. | Richard W.M. Jones | 2010-05-21 | 1 | -0/+6 | |
| | | | | | See: http://www.python.org/dev/peps/pep-0353/#conversion-guidelines | |||||
* | C99 compatible build fix for RHEL 5. | Richard W.M. Jones | 2010-05-21 | 1 | -3/+6 | |
| | ||||||
* | New API: ntfsresize-size to allow shrinking NTFS (RHBZ#585223). | Richard Jones | 2010-05-21 | 3 | -1/+29 | |
| | ||||||
* | New API: pvresize-size to allow shrinking PVs (RHBZ#585222). | Richard Jones | 2010-05-21 | 2 | -0/+31 | |
| | ||||||
* | New API: resize2fs-size to allow shrinking ext2 filesystems (RHBZ#585221). | Richard Jones | 2010-05-21 | 2 | -0/+43 | |
| | ||||||
* | fish: Allow suffixes on number parameters (eg. 1M) | Richard Jones | 2010-05-21 | 6 | -120/+113 | |
| | | | | | | | | | | | | | | | | This small change uses the gnulib xstrtoll functionality to enable suffixes on integer parameters in guestfish. For example: truncate-size /file 1G (previously you would have had to given the full number). This also applies to the 'alloc' and 'sparse' commands (and indirectly to the -N option). The specification for these commands has changed slightly, in that 'alloc foo 1MB' would now use SI units, allocating 1000000 bytes instead of a true megabyte. All existing uses would use 'alloc foo 1M' which still allocates true megabytes. | |||||
* | fish: Fix '-N part' disk partition type sub-option. | Richard Jones | 2010-05-21 | 1 | -1/+1 | |
| | ||||||
* | TODO: Suggest including undelete utility. | Richard Jones | 2010-05-21 | 1 | -0/+1 | |
| | ||||||
* | Fix name of update-bugs script in output file BUGS. | Richard Jones | 2010-05-21 | 1 | -1/+1 | |
| | ||||||
* | ubuntu: Use direct udevd method to start udev on Ubuntu. | Richard Jones | 2010-05-20 | 1 | -1/+1 | |
| | | | | | | | | | On Ubuntu, /etc/init.d/udev is a symlink to an upstart file, but running that causes the appliance to hang. Therefore detect if this is a symlink and fall through to the direct start of udevd. This shouldn't affect Debian because the file is not a symlink on standard Debian. | |||||
* | ubuntu: Remove two FUSE packages from the default list. | Richard Jones | 2010-05-20 | 1 | -2/+7 | |
| | | | | | | | fuse-utils (a dependency of these) cannot be installed under debirf because it does something with the system udevd which is not permitted. Seems to be a bug either in fakeroot or in the post install scripts for fuse-utils. | |||||
* | ubuntu: Ignore packages in packagelist.in which are missing. | Richard Jones | 2010-05-20 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | For distros using 'yum', packages which cannot be found are just ignored. This allows us to include for example 'e4fsprogs' on the list even though that only exists on RHEL 5. However for Debian-derived distros, missing packages would cause apt to fail. This was particularly a problem when building Ubuntu since it doesn't have as complete a list of packages, and the list changed a lot between releases. This commit adds a check first for missing packages, ignoring those and thus acting more like 'yum'. | |||||
* | Ubuntu: Use apt-get instead of aptitude when installing guestfsd. | Richard Jones | 2010-05-20 | 1 | -2/+2 | |
| | ||||||
* | Ubuntu: Revert install-kernel to debirf default script. | Richard Jones | 2010-05-20 | 3 | -68/+2 | |
| |