Re: [OE-core] [PATCH V8 2/6] image.bbclass: add a hook funtion to support readonly rootfs

2013-01-22 Thread Mike Looijmans
On 01/22/2013 07:36 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' is in IMAGE_FEATURES. It tweaks some basic files and makes populate- volatile.sh script run at rootfs time. To me, it seems

Re: [OE-core] [PATCH V8 2/6] image.bbclass: add a hook funtion to support readonly rootfs

2013-01-22 Thread ChenQi
On 01/23/2013 02:17 AM, Mike Looijmans wrote: On 01/22/2013 07:36 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' is in IMAGE_FEATURES. It tweaks some basic files and makes populate- volatile.sh

[OE-core] [PATCH V8 2/6] image.bbclass: add a hook funtion to support readonly rootfs

2013-01-21 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' is in IMAGE_FEATURES. It tweaks some basic files and makes populate- volatile.sh script run at rootfs time. For now, it has real effect only if the init system is sysvinit. [YOCTO