summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove /lib/kbd (keyboard maps) from the appliance.Richard Jones2009-06-131-0/+3
| |
| * Remove firmware from the appliance.Richard Jones2009-06-131-0/+3
| |
| * make.sh calls update.sh directly.Richard Jones2009-06-131-7/+4
| | | | | | | | | | Combine the common tail of make.sh and update.sh so that make just calls update at the end directly. The effect is the same.
| * Rename (make|update)-initramfs.sh.in -> (make|update).sh.inRichard Jones2009-06-135-10/+9
| |
| * Prepare for 1.0.451.0.45Richard Jones2009-06-121-1/+1
| |
| * Add guestfs_rescue=1 appliance option to start a rescue shell.Richard Jones2009-06-112-7/+3
| |
| * Catching hanging qemu in tests (RHBZ#505329).Richard Jones2009-06-112-0/+14
| |
| * More TODO-list suggestions and a summary of PPC situation.Richard Jones2009-06-111-0/+22
| |
| * Prepare for 1.0.44.1.0.44Richard Jones2009-06-101-1/+1
| |
* | Merge branch 'master' of git://git.et.redhat.com/libguestfsRichard Jones2009-06-101-1/+3
|\|
| * Remove obsolete comment from generator.Richard Jones2009-06-102-8/+3
| |
* | Merge branch 'master' of git+ssh://192.168.2.134/home/rjones/d/libguestfsRichard Jones2009-06-101-8/+4
|\ \
| * | Remove obsolete comment from generator.Richard Jones2009-06-101-7/+0
| |/
| * Specify type of squashfs filesystem.Richard Jones2009-06-101-1/+4
| |
* | Merge branch 'master' of git+ssh://192.168.2.134/home/rjones/d/libguestfsRichard Jones2009-06-101-0/+4
|\|
| * Allow HFS+, UFS and XFS filesystems (add to kmod whitelist).Richard Jones2009-06-101-0/+4
| |
* | Merge branch 'master' of git+ssh://192.168.2.134/home/rjones/d/libguestfsRichard Jones2009-06-101-0/+2
|\ \
| * | CentOS fix: Skip checksum test if no squashfs module.Richard Jones2009-06-101-0/+1
| |/
| * CentOS fix: skip ntfs-3g.probe tests if no binary.Richard Jones2009-06-101-0/+1
| |
* | Merge branch 'master' of git://git.et.redhat.com/libguestfsRichard Jones2009-06-101-36/+0
|\|
| * Done: Device independent naming feature.Richard Jones2009-06-101-36/+0
| |
| * Implement device name translation. Remove device name hacks in tests.Richard Jones2009-06-104-706/+134
| |
| * In the daemon, change all const char * parameters to char *.Richard Jones2009-06-1029-307/+317
| |
* | Fix #2Richard Jones2009-06-101-2/+2
| |
* | Fix device tests.Richard Jones2009-06-101-16/+32
| |
* | Implement device name translation. Remove device name hacks in tests.Richard Jones2009-06-104-706/+118
| |
* | Fix small sfdisk bug.Richard Jones2009-06-101-2/+2
| |
* | In the daemon, change all const char * parameters to char *.Richard Jones2009-06-1029-305/+315
|/
* Add IS_DEVICE checks for all calls which take a device parameter.Richard Jones2009-06-103-3/+26
|
* Describe the standard naming scheme and translation algorithm.Richard Jones2009-06-091-0/+103
|
* Added more to-do items to the list.Richard Jones2009-06-091-0/+44
|
* New website, change et.redhat.com references to libguestfs.org1.0.43Richard Jones2009-06-0910-34/+71
|
* Prepare for 1.0.43.Richard Jones2009-06-091-1/+1
|
* Add support for decoding the Windows registry.Richard Jones2009-06-092-4/+186
|
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-0822-2/+590
|
* Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS ↵Richard Jones2009-06-083-0/+72
| | | | partition.
* Todo: qemu options.Richard Jones2009-06-081-0/+15
|
* Add missing documentation for guestfish 'lcd' command.Richard Jones2009-06-081-0/+9
|
* More TODO items.Richard Jones2009-06-081-0/+44
|
* Added 'lcd' command to guestfish.Richard Jones2009-06-084-2/+63
|
* Prepare for 1.0.421.0.42Richard Jones2009-06-061-1/+1
|
* Parse /etc/modprobe.conf and initrd to give us a closer understandingRichard Jones2009-06-062-10/+140
| | | | of what the guest will actually boot on.
* Added query mode to virt-inspector.Richard Jones2009-06-062-24/+253
|
* Modules are *.o in Linux 2.4 kernels.Richard Jones2009-06-051-1/+1
|
* Version 1.0.41.1.0.41Richard Jones2009-06-041-1/+1
|
* Fix RHBZ#503169 comment 13 (regression) and add a regression test.Richard Jones2009-06-043-4/+52
|
* Added regression test for RHBZ503169#c10Richard Jones2009-06-042-3/+52
|
* Move pure regression tests to their own subdirectory.Richard Jones2009-06-047-5/+36
|
* Generated code for the 'sleep' command.Richard Jones2009-06-0422-2/+363
|
* Added 'sleep' command.Richard Jones2009-06-043-0/+43
|