aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.devfs
blob: 10633960c30556f47d588dfb720fe761fed28814 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $FreeBSD: src/etc/rc.devfs,v 1.3.2.2 1999/08/29 14:18:55 peter Exp $
#
# If there is a global system configuration file, suck it in.
if [ -f /etc/defaults/rc.conf ]; then
	. /etc/defaults/rc.conf
elif [ -f /etc/rc.conf ]; then
	. /etc/rc.conf
fi

# Setup DEVFS, ie permisisons, links etc.

ln -fs /dev/ttyv0 /dev/vga