12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
#
|
|
# $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
|