summaryrefslogtreecommitdiff
path: root/system/kqemu/rc.kqemu
diff options
context:
space:
mode:
Diffstat (limited to 'system/kqemu/rc.kqemu')
-rw-r--r--system/kqemu/rc.kqemu9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/kqemu/rc.kqemu b/system/kqemu/rc.kqemu
deleted file mode 100644
index 5f8d6c923a..0000000000
--- a/system/kqemu/rc.kqemu
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-/sbin/modprobe kqemu
-
-# Create the kqemu device. No special priviledge is needed to use kqemu.
-device="/dev/kqemu"
-rm -f $device
-mknod $device c 250 0
-chmod 666 $device