aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2019-06-29 02:07:02 +0200
committerMarvin Borner2019-06-29 02:07:02 +0200
commit37f5ca13e62d7424e018398cabc88c0ab715eeaa (patch)
tree1fcdd60d06ad72ca57a9d53dd82480c2b6917435
parent05405c4234e9d372d0656f0b2d3b0f06b7cdbfe2 (diff)
Fixed mdev
-rw-r--r--etc/mdev.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/mdev.conf b/etc/mdev.conf
index 26bb575..7bef3d7 100644
--- a/etc/mdev.conf
+++ b/etc/mdev.conf
@@ -15,8 +15,7 @@ hwrandom root:root 0660
# console does already exist; therefore ownership has to
# be changed with command
-console root:tty 0600 @mkdir -pm 755 fd && cd fd && for x
- ↪in 0 1 2 3 ; do ln -sf /proc/self/fd/$x $x; done
+console root:tty 0600 @mkdir -pm 755 fd && cd fd && for x in 0 1 2 3 ; do ln -sf /proc/self/fd/$x $x; done
kmem root:root 0640
mem root:root 0640