summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index aae3fc5..f09af1b 100644
--- a/etc/rc
+++ b/etc/rc
@@ -635,6 +635,12 @@ if [ -r /etc/rc.${arch} ]; then
. /etc/rc.${arch}
fi
+# Configure the system console
+#
+if [ -r /etc/rc.syscons ]; then
+ . /etc/rc.syscons
+fi
+
# Run rc.devfs if readable to customize devfs
#
if [ -r /etc/rc.devfs ]; then
OpenPOWER on IntegriCloud