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

2013-02-19 Thread ChenQi
On 02/19/2013 07:39 PM, Bernhard Reutner-Fischer wrote: On 19 February 2013 08:38, wrote: From: Chen Qi 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 n

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

2013-02-19 Thread Bernhard Reutner-Fischer
On 19 February 2013 08:38, wrote: > From: Chen Qi > > 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

[OE-core] [PATCH 1/4] image.bbclass: add a hook funtion to support readonly rootfs

2013-02-18 Thread Qi.Chen
From: Chen Qi 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 #3406] Signed-off-by: Chen