summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdev.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdev.conf b/mdev.conf
index 384809b..ead0fb8 100644
--- a/mdev.conf
+++ b/mdev.conf
@@ -17,7 +17,7 @@ urandom root:root 0444
hwrandom root:root 0660
# console does already exist; therefore ownerchip has to be changed with command
-console root:tty 0600 @chmod 600 $MDEV && mkdir vc && ln -sf ../$MDEV vc/0
+console root:tty 0600 @chmod 600 $MDEV && mkdir -p vc && ln -sf ../$MDEV vc/0
fd0 root:floppy 0660
kmem root:root 0640
mem root:root 0640