From 2e2917890a2cfa697bf65d763b16aa2b84017469 Mon Sep 17 00:00:00 2001 From: Jukka Heino Date: Fri, 5 May 2006 14:37:29 +0000 Subject: [PATCH] kqemu: small change to the README regarding udev rules --- kqemu/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kqemu/README b/kqemu/README index 5a7eb78ed..678f63721 100644 --- a/kqemu/README +++ b/kqemu/README @@ -11,7 +11,7 @@ When using udev, the device node is created automatically; add the following to /etc/udev/rules.d/10-custom.rules to allow all users of group 'qemu' to use kqemu: - KERNEL="kqemu", MODE="0660", GROUP="qemu" + KERNEL=="kqemu", MODE="0660", GROUP="qemu" Loading the kqemu kernel module is done with "modprobe kqemu major=0" This will cause the major number to be assigned dynamically.