summaryrefslogtreecommitdiffstats
path: root/etc/rc.devfs
blob: 9c8488e0d5a5f789beacdbd9d5ff51648c19b98e (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# $Id: rc.devfs,v 1.2 1998/09/20 18:49:04 sos Exp $
#
# 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.

ln -fs /dev/ttyv0 /dev/vga
OpenPOWER on IntegriCloud