Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
rc.boot: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed May 19, 2020
1 parent 1c477d2 commit 659c62f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/init/rc.boot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 659c62f

Please sign in to comment.