aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-rootimage
Commit message (Collapse)AuthorAgeFilesLines
* testing: Ensure no guest is running when modifying imagesTobias Brunner2014-10-101-0/+1
| | | | | Sometimes guests are not stopped properly. If images are then modified they will be corrupted.
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-171-11/+8
| | | | | | | | | | | Passthrough mode only works as expected when running as root. On Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm' so all shared files must be chowned to grant access from guests. Symlinks created on the host are still problematic because the Plan 9 filesystem has no direct notion of symbolic links, see [1]. [1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
* Make test scripts callable from any pathReto Buerki2013-01-171-2/+4
|
* Export compile directory to guestsReto Buerki2013-01-171-0/+3
| | | | | Use 9p over virtio to share files on the host with the guest domains. The files are accessible in the guests /hostfs directory.
* Create all images in $BUILDDIR/imagesReto Buerki2013-01-171-0/+1
|
* Don't refer to recipes and images via $TESTDIRTobias Brunner2013-01-171-1/+1
| | | | This way no symlink to the testing directory is required in $TESTDIR.
* Make root image a clone of the base imageReto Buerki2013-01-171-2/+2
|
* Rename build-umlrootfs script to build-rootimgReto Buerki2013-01-171-0/+64