summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Move init script into a separate file.Richard W.M. Jones2009-06-193-35/+32
| |
| * Move distro package list to a separate packagelist.in file.Richard W.M. Jones2009-06-194-25/+44
| |
| * Add tab-completion of guest filenames (currently disabled).Richard Jones2009-06-187-0/+214
| |
| * check for Debian toolsGuido Günther2009-06-181-18/+28
| |
| * Remove unreadable binaries that give warnings in supermin appliance.Richard Jones2009-06-181-0/+20
| |
| * Rename guestfs-supermin-helper -> libguestfs-supermin-helper.Richard Jones2009-06-185-7/+7
| |
| * Version 1.0.48.1.0.48Richard Jones2009-06-163-87/+87
| |
| * Don't compress the supermin base initramfs.Richard Jones2009-06-163-2/+21
| |
| * Reverse sense of whitelist test.Richard Jones2009-06-161-2/+2
| |
| * Fix build_supermin_appliance to return kernel / initrd names.Richard Jones2009-06-161-3/+12
| |
| * Missing files in previous release, so version 1.0.471.0.47Richard Jones2009-06-151-1/+1
| |
| * Missing files from previous release.Richard Jones2009-06-151-1/+4
| |
| * Generated files for 1.0.46 release.1.0.46Richard Jones2009-06-152-114/+124
| |
| * Prepare for 1.0.46.Richard Jones2009-06-151-1/+1
| |
| * Experimental implementation of the supermin appliance (passes most tests).Richard Jones2009-06-159-43/+429
| |
| * Check for febootstrap-to-initramfs --files option.Richard Jones2009-06-151-0/+18
| |
| * Add --enable-supermin option.Richard Jones2009-06-151-0/+10
| |
| * Documentation for the supermin appliance.Richard Jones2009-06-151-0/+56
| |
| * Move kernel module list to a separate whitelist file.Richard Jones2009-06-153-30/+55
| |
| * Update status of libguestfs in Debian.Richard Jones2009-06-131-4/+7
| |
| * 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
|