summaryrefslogtreecommitdiffstats
path: root/etc/rc.devfs
blob: 338336a4a754de28d915a813c9558de42ba9428d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $Id: rc.devfs,v 1.1 1998/09/14 09:14:46 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.

echo -n 'Setting up DEVFS: '
ln -fs /dev/ttyv0 /dev/vga

echo '.'
OpenPOWER on IntegriCloud