mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
initramfs-framework: create directory /var/run
The following error occurs when udevd startup: udevd[146]: bind failed: No such file or directory error binding udev control socket udevd[146]: error binding udev control socket (From OE-Core rev: 4db089f10a379bc9a4df287bd657153eb4b94c45) Signed-off-by: Wills Wang <wills.wang@live.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
286139973b
commit
7a775a1c46
@@ -38,6 +38,7 @@ udev_run() {
|
||||
add_module_pre_hook "udev_shutdown_hook_handler"
|
||||
|
||||
mkdir -p /run
|
||||
mkdir -p /var/run
|
||||
|
||||
$_UDEV_DAEMON --daemon
|
||||
udevadm trigger --action=add
|
||||
|
||||
Reference in New Issue
Block a user