summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.syscons5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.syscons b/etc/rc.syscons
index 3a6ed80..6798b29 100644
--- a/etc/rc.syscons
+++ b/etc/rc.syscons
@@ -35,9 +35,7 @@ viddev=/dev/ttyv0
# Handle diskless boots, and other situations where syscons is not present
#
-if [ ! -c "${kbddev}" ]; then
- exit 0
-fi
+if [ -c "${kbddev}" ]; then
echo -n 'Configuring syscons:'
@@ -196,3 +194,4 @@ if [ -n "${allscreens_kbdflags}" ]; then
fi
echo '.'
+fi
OpenPOWER on IntegriCloud