82c4640c65
Submitted by: Vanilla Pooh Shu <vanilla@oneway.net>
15 lines
276 B
Plaintext
15 lines
276 B
Plaintext
#
|
|
# $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 '.'
|