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

Commit

Permalink
rc.boot: minimal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 11, 2020
1 parent fb6f3ed commit 254f7aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/init/rc.boot
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ log "Mounting pseudo filesystems..."; {
/dev/pts \
/dev/shm

mnt /dev/pts -o mode=0620,gid=5,nosuid,noexec -nt devpts devpts
mnt /dev/shm -o mode=1777,nosuid,nodev -nt tmpfs shm
mnt /dev/pts -o mode=0620,gid=5,nosuid,noexec -nt devpts devpts
mnt /dev/shm -o mode=1777,nosuid,nodev -nt tmpfs shm
}

log "Seeding random..."; {
Expand All @@ -38,7 +38,7 @@ log "Seeding random..."; {
fi
}

log "Starting eudev..."; {
log "Starting eudev if installed..."; {
command -v udevd >/dev/null && {
udevd --daemon
udevadm trigger --action=add --type=subsystems
Expand Down

0 comments on commit 254f7aa

Please sign in to comment.