From 80cf154a0d214bcfcd8376405a7ceae654e43115 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 9 Apr 2009 09:22:18 +0000 Subject: [PATCH] fix permission of /dev/kqemu for real --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index cd53d84..622c950 100755 --- a/build +++ b/build @@ -377,7 +377,7 @@ detect_vm_2nd_stage() mount -n -o remount,rw / if [ -e /dev/kqemu ]; then # allow abuild user to run qemu - chmod 0755 /dev/kqemu + chmod 0666 /dev/kqemu fi if test -n "$VM_SWAP" ; then for i in 1 2 3 4 5 6 7 8 9 10 ; do -- 2.7.4