#!/bin/sh

echo "Setting up device nodes..." > /dev/vc/0
PATH="/sbin:/bin:/usr/sbin:/usr/bin"
mknod /dev/dsp c 14 3
mknod /dev/mixer c 14 0
mknod /dev/xconsole p
mknod /dev/ppp c 108 0
ln -s /dev/touchscreen/0 /dev/h3600_ts
ln -s /dev/touchscreen/0raw /dev/h3600_tsraw
ln -s /dev/fb/0 /dev/fb0
ln -s /dev/vc/0 /dev/tty0
ln -s /dev/vc/1 /dev/tty1
ln -s /dev/vc/2 /dev/tty2
ln -s /dev/misc/rtc /dev/rtc

