1998-09-14 09:14:46 +00:00
|
|
|
#
|
1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1998-09-14 09:14:46 +00:00
|
|
|
#
|
|
|
|
# If there is a global system configuration file, suck it in.
|
1999-09-13 15:44:20 +00:00
|
|
|
#
|
|
|
|
if [ -r /etc/defaults/rc.conf ]; then
|
1999-02-10 18:08:16 +00:00
|
|
|
. /etc/defaults/rc.conf
|
1999-09-13 15:44:20 +00:00
|
|
|
elif [ -r /etc/rc.conf ]; then
|
1998-09-14 09:14:46 +00:00
|
|
|
. /etc/rc.conf
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Setup DEVFS, ie permisisons, links etc.
|
1999-09-13 15:44:20 +00:00
|
|
|
#
|
1998-09-20 18:49:04 +00:00
|
|
|
ln -fs /dev/ttyv0 /dev/vga
|