Skip to content

Commit

Permalink
init: create /run if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kroh committed Jul 11, 2015
1 parent a525f09 commit b26c09d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ insmod fbcon.ko
[ -d /sys ] || mkdir /sys
[ -d /proc ] || mkdir /proc
[ -d /tmp ] || mkdir /tmp
[ -d /run ] || mkdir /run
mkdir -p /var/lock
mount -t sysfs -o nodev,noexec,nosuid sysfs /sys
mount -t proc -o nodev,noexec,nosuid proc /proc
Expand Down

0 comments on commit b26c09d

Please sign in to comment.