Unverified Commit c65973ad by Rachid Koucha Committed by GitHub

Create /var/run

Some programs like "who" need this directory to work (this permits the of /var/run/utmp file). Signed-off-by: 's avatarRachid Koucha <rachid.koucha@gmail.com>
parent accd6717
...@@ -69,6 +69,7 @@ ${rootfs}/sys \ ...@@ -69,6 +69,7 @@ ${rootfs}/sys \
${rootfs}/mnt \ ${rootfs}/mnt \
${rootfs}/tmp \ ${rootfs}/tmp \
${rootfs}/var/log \ ${rootfs}/var/log \
${rootfs}/var/run \
${rootfs}/usr/share/udhcpc \ ${rootfs}/usr/share/udhcpc \
${rootfs}/dev/pts \ ${rootfs}/dev/pts \
${rootfs}/dev/shm \ ${rootfs}/dev/shm \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment