aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts/default/etc/fstab
Commit message (Collapse)AuthorAgeFilesLines
* testing: Add root to fstabTobias Brunner2016-06-151-0/+1
| | | | This seems to be required for systemd to remount it.
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-171-1/+1
| | | | | | | | | | | 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
* Export compile directory to guestsReto Buerki2013-01-171-0/+1
Use 9p over virtio to share files on the host with the guest domains. The files are accessible in the guests /hostfs directory.