diff options
-rw-r--r-- | mdev.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |