]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.devfs
$Id$ -> $FreeBSD$
[FreeBSD/FreeBSD.git] / etc / rc.devfs
1 #
2 # $FreeBSD$
3 #
4 # If there is a global system configuration file, suck it in.
5 if [ -f /etc/defaults/rc.conf ]; then
6         . /etc/defaults/rc.conf
7 elif [ -f /etc/rc.conf ]; then
8         . /etc/rc.conf
9 fi
10
11 # Setup DEVFS, ie permisisons, links etc.
12
13 ln -fs /dev/ttyv0 /dev/vga