summaryrefslogtreecommitdiffstats
path: root/etc/rc.devfs
blob: 799445baafc9eff5b614fdd622d0def05752ca35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $Id: rc.devfs,v 1.3 1998/10/13 08:25:09 jkh 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
OpenPOWER on IntegriCloud