[OE-core] [PATCH V4 02/10] use a uniform way to determine whether rootfs is read-only

2013-08-07 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Previously, we had two ways to check whether the rootfs was read-only. In some part of the system, we determined whether the rootfs is read-only by checking the fstab or /proc/mounts; in other part of the system, we used the value of ROOTFS_READ_ONLY in

Re: [OE-core] [PATCH V4 02/10] use a uniform way to determine whether rootfs is read-only

2013-08-07 Thread Otavio Salvador
On Wed, Aug 7, 2013 at 5:08 AM, qi.c...@windriver.com wrote: ... --- a/meta/recipes-core/initscripts/initscripts-1.0/functions +++ b/meta/recipes-core/initscripts/initscripts-1.0/functions @@ -58,3 +58,17 @@ status() { fi return 3 } + +# Determine whether rootfs is read-only or