diff --git a/etc/rc.d/devfs b/etc/rc.d/devfs index 90a80c3ef9f1..e8fae941d1b1 100644 --- a/etc/rc.d/devfs +++ b/etc/rc.d/devfs @@ -15,5 +15,6 @@ load_rc_config $name # Setup DEVFS, ie permissions, links etc. # -ln -fs /dev/ttyv0 /dev/vga - +if [ -r /etc/rc.devfs ]; then + sh /etc/rc.devfs +fi