mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
13 lines
302 B
Text
13 lines
302 B
Text
#
|
|
# $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
|