aboutsummaryrefslogblamecommitdiff
path: root/etc/rc.devfs
blob: ffb67807af36a986e4d0117e623fedfc83257fe0 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
           

                                                             

                                     
                               
                       
                              


                      
                                         
 
                          
#
# $FreeBSD$
#
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/rc.conf ]; then
	. /etc/defaults/rc.conf
	source_rc_confs
elif [ -r /etc/rc.conf ]; then
	. /etc/rc.conf
fi

# Setup DEVFS, ie permissions, links etc.
#
ln -fs /dev/ttyv0 /dev/vga