summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-07-19 02:09:23 +0000
committerMike Fulbright <msf@redhat.com>2000-07-19 02:09:23 +0000
commit07b0f2effb11638b47aa5eb64a9e3bf346f6daa2 (patch)
tree5afd2d6bd966a07734303c029fb230cbc46582a0 /scripts
parentc59ec319515b7a112dde256b0fd273c4cb4823b1 (diff)
added usb /dev/input/mice to devices we create
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 79111a03e..ac8afc7c6 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -356,6 +356,7 @@ makeinitrd() {
mkdir -p $MBD_DIR/modules
mkdir -p $MBD_DIR/sbin
mkdir -p $MBD_DIR/dev/pts
+ mkdir -p $MBD_DIR/dev/input
mkdir -p $MBD_DIR/etc
mkdir -p $MBD_DIR/proc
mkdir -p $MBD_DIR/tmp
@@ -438,6 +439,7 @@ EOF
$MBD_DIR ptyp0 c 2 0 644 root:root
$MBD_DIR ttyp0 c 3 0 644 root:root
$MBD_DIR agpgart c 10 175 664 root:root
+ $MBD_DIR input/mice c 13 63 664 root:root
EOF
ln -s fb0 $MBD_DIR/dev/fb