summaryrefslogtreecommitdiffstats
path: root/etc/rc.devfs
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.devfs')
-rw-r--r--etc/rc.devfs4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.devfs b/etc/rc.devfs
index c441127..143ce1c 100644
--- a/etc/rc.devfs
+++ b/etc/rc.devfs
@@ -36,4 +36,6 @@ fi
# Setup DEVFS, ie permissions, links etc.
#
-ln -fs /dev/ttyv0 /dev/vga
+if [ -c /dev/ttyv0 ]; then
+ ln -fs /dev/ttyv0 /dev/vga
+fi
OpenPOWER on IntegriCloud