diff --git a/etc/rc.syscons b/etc/rc.syscons index faae7d4c0e82..3a6ed8019cd4 100644 --- a/etc/rc.syscons +++ b/etc/rc.syscons @@ -33,6 +33,12 @@ kbddev=/dev/ttyv0 viddev=/dev/ttyv0 +# Handle diskless boots, and other situations where syscons is not present +# +if [ ! -c "${kbddev}" ]; then + exit 0 +fi + echo -n 'Configuring syscons:' # keymap