1998-09-14 09:14:46 +00:00
|
|
|
#
|
1999-02-10 18:08:16 +00:00
|
|
|
# $Id: rc.devfs,v 1.3 1998/10/13 08:25:09 jkh Exp $
|
1998-09-14 09:14:46 +00:00
|
|
|
#
|
|
|
|
# If there is a global system configuration file, suck it in.
|
1999-02-10 18:08:16 +00:00
|
|
|
if [ -f /etc/defaults/rc.conf ]; then
|
|
|
|
. /etc/defaults/rc.conf
|
|
|
|
elif [ -f /etc/rc.conf ]; then
|
1998-09-14 09:14:46 +00:00
|
|
|
. /etc/rc.conf
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Setup DEVFS, ie permisisons, links etc.
|
|
|
|
|
1998-09-20 18:49:04 +00:00
|
|
|
ln -fs /dev/ttyv0 /dev/vga
|