From be2ebbd086012b814820768d5e2d8aa9cadcdd04 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Wed, 23 Jan 2013 19:33:39 +0900 Subject: [PATCH] initframfs: W/A for boot with current platform images Until vdpram compatibility symlink - udev rules - is added on platform image, we should populate dpram manually. Signed-off-by: SeokYeon Hwang --- ramfs/init | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ramfs/init b/ramfs/init index 8f14404fe4ef..486c2f26641c 100644 --- a/ramfs/init +++ b/ramfs/init @@ -51,6 +51,11 @@ echo "create device filesystem" # create device filesystem /bin/mkdir -p /new_root/dev /bin/mount -t devtmpfs devtmpfs /new_root/dev +# FIXME: W/A for boot until udev rules on platform is applied +/bin/mkdir -p /new_root/dev/dpram +/bin/mknod /new_root/dev/dpram/0 c 249 0 +/bin/mknod /new_root/dev/dpram/1 c 249 1 +# /bin/mkdir -p /new_root/sys >${CONSOLE} <${CONSOLE} 2>&1 -- 2.34.1