From 37f5ca13e62d7424e018398cabc88c0ab715eeaa Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 29 Jun 2019 02:07:02 +0200 Subject: Fixed mdev --- etc/mdev.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3