From 2c4954ad249a4ae17f5c0b0e768538b212dc412c Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Wed, 16 Jan 2013 11:58:01 +0100 Subject: Switch to 'mapped' access mode for hostfs 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 --- testing/scripts/build-guestkernel | 1 - 1 file changed, 1 deletion(-) (limited to 'testing/scripts/build-guestkernel') diff --git a/testing/scripts/build-guestkernel b/testing/scripts/build-guestkernel index fdd19ac74..66a9fe7a4 100755 --- a/testing/scripts/build-guestkernel +++ b/testing/scripts/build-guestkernel @@ -10,7 +10,6 @@ echo "Building guest kernel version $KERNELVERSION" check_commands bunzip2 bzcat make wget -mkdir -p $BUILDDIR cd $BUILDDIR if [ ! -f "$KERNELTARBALL" ] -- cgit v1.2.3