1998-09-14 09:14:46 +00:00
|
|
|
#
|
1998-09-20 18:49:04 +00:00
|
|
|
# $Id: rc.devfs,v 1.1 1998/09/14 09:14:46 sos Exp $
|
1998-09-14 09:14:46 +00:00
|
|
|
#
|
|
|
|
# If there is a global system configuration file, suck it in.
|
|
|
|
if [ -f /etc/rc.conf ]; then
|
|
|
|
. /etc/rc.conf
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Setup DEVFS, ie permisisons, links etc.
|
|
|
|
|
|
|
|
echo -n 'Setting up DEVFS: '
|
1998-09-20 18:49:04 +00:00
|
|
|
ln -fs /dev/ttyv0 /dev/vga
|
1998-09-14 09:14:46 +00:00
|
|
|
|
|
|
|
echo '.'
|