From 543606e5dc379497c34196d004a214e847f5db2d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 12 Nov 2012 16:18:35 +0000 Subject: initrdscripts: fix udevd in the live boot init scripts udevd moved location and isn't in $PATH anymore, so use an absolute path to start it. The control socket path moved too, so mkdir the directory it's in. Mounts the new devtmpfs on /dev device tree. Signed-off-by: Ross Burton Signed-off-by: Alexandru Damian Signed-off-by: Richard Purdie --- meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb') diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb index 137a40106e..55a8600ba4 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb @@ -5,7 +5,7 @@ RDEPENDS = "udev" DEPENDS = "virtual/kernel" SRC_URI = "file://init-live.sh" -PR = "r10" +PR = "r11" do_compile() { #if grep -q "CONFIG_UNION_FS=y" ${STAGING_KERNEL_DIR}/.config; then -- cgit 1.2.3-korg