]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
initramfs-framework: fix an error in finish module
authorChen Qi <Qi.Chen@windriver.com>
Wed, 21 May 2014 08:02:41 +0000 (04:02 -0400)
committerChen Qi <Qi.Chen@windriver.com>
Mon, 16 Jun 2014 10:35:49 +0000 (18:35 +0800)
commiteee3628e158ce86c73022c5860a2510f32fd1392
tree7105fa8c776089877521b0e1c352a6768d32aa69
parent36c954849cf9e9c0c4885b3b300ae23ba883ad72
initramfs-framework: fix an error in finish module

It's possible that the /dev directory doesn't exist under $ROOTFS_DIR.
This should not suggest any invalidity. So instead of erroring out when
$ROOTFS_DIR/dev doesn't exist, we create it.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-core/initrdscripts/initramfs-framework/finish