Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debian: Use /bin/bash as the shell for regression test scripts. | Richard Jones | 2009-11-04 | 1 | -1/+1 |
| | | | | | | | | | | /bin/sh on Debian is a minimal shell called 'dash' which doesn't support some features we need such as the particular 'function' syntax used by regressions/test-stringlist.sh, and therefore this script was failing on Debian. Change all of these scripts to use #!/bin/bash explicitly to avoid these sorts of problems. | ||||
* | tests: Found three more references to the squashfs, replaced with ISO. | Richard W.M. Jones | 2009-08-19 | 1 | -2/+2 |
| | |||||
* | RHEL 5 thinks squashfs is HFS+ filesystem, unless we specify the type ↵ | Richard Jones | 2009-07-23 | 1 | -1/+1 |
| | | | | explicitly. | ||||
* | Generator: Implement RBufferOut and "read-file" call. | Richard W.M. Jones | 2009-07-21 | 1 | -0/+34 |
This commit implements the RBufferOut type for returning arbitrary 8 bit data from calls. We also implement the guestfs_read_file call to read a whole file that can contain any 8 bit content, but up to a limit of ~ 2 MB. |