From 659c62f2905f495dde8340e367a7d2670ab211b2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 19 May 2020 10:56:50 +0300 Subject: [PATCH] rc.boot: Clean up --- lib/init/rc.boot | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/init/rc.boot b/lib/init/rc.boot index 0c5a0d7..cc497a2 100755 --- a/lib/init/rc.boot +++ b/lib/init/rc.boot @@ -12,14 +12,8 @@ log "Mounting pseudo filesystems..."; { mnt mode=0755,nosuid,nodev tmpfs run /run mnt mode=0755,nosuid devtmpfs dev /dev - # Behavior is intentional and harmless if not. - # shellcheck disable=2174 - mkdir -p /run/runit \ - /run/user \ - /run/lock \ - /run/log \ - /dev/pts \ - /dev/shm + mkdir -p /run/runit /run/user /run/lock \ + /run/log /dev/pts /dev/shm mnt mode=0620,gid=5,nosuid,noexec devpts devpts /dev/pts mnt mode=1777,nosuid,nodev tmpfs shm /dev/shm