aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.devfs
blob: d0d5279d903d7b88336c7ec40593c924edb6e01c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $Id$
#
# 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: '
ln -fs ttyv0 vga

echo '.'