public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Readonly rootfs support
@ 2013-01-28  9:05 Qi.Chen
  2013-01-28  9:05 ` [PATCH 1/6] sysvinit: add ROOTFS_READ_ONLY variable to rcS-default Qi.Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Qi.Chen @ 2013-01-28  9:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

From: Chen Qi <Qi.Chen@windriver.com>

Use union mount to support read-only rootfs.

The following changes since commit b2869b6810728a5f003ddad335fd7f6512181a57:

  ref-manual: Added a general reference and link to kernel-dev (2013-01-27 13:56:06 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/readonly-rootfs-unionfs
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/readonly-rootfs-unionfs

Chen Qi (6):
  sysvinit: add ROOTFS_READ_ONLY variable to rcS-default
  image.bbclass: add a hook funtion to support readonly rootfs
  core-image.bbclass: support read-only rootfs
  populate-volatile.sh: improve this script
  initscripts: let populate-volatile.sh create the /tmp link
  initscripts: add read-only-rootfs-hook.sh script

 meta/classes/core-image.bbclass                    |    4 +
 meta/classes/image.bbclass                         |   18 ++
 .../initscripts/initscripts-1.0/bootmisc.sh        |    9 +-
 .../initscripts-1.0/populate-volatile.sh           |  287 ++++++++++----------
 .../initscripts-1.0/read-only-rootfs-hook.sh       |   19 ++
 .../initscripts/initscripts-1.0/volatiles          |    1 +
 meta/recipes-core/initscripts/initscripts_1.0.bb   |    3 +
 meta/recipes-core/sysvinit/sysvinit/rcS-default    |    4 +
 meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb     |    2 +-
 9 files changed, 194 insertions(+), 153 deletions(-)
 create mode 100644 meta/recipes-core/initscripts/initscripts-1.0/read-only-rootfs-hook.sh

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-02-18  3:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28  9:05 [PATCH 0/6] Readonly rootfs support Qi.Chen
2013-01-28  9:05 ` [PATCH 1/6] sysvinit: add ROOTFS_READ_ONLY variable to rcS-default Qi.Chen
2013-01-28  9:05 ` [PATCH 2/6] image.bbclass: add a hook funtion to support readonly rootfs Qi.Chen
2013-01-28  9:05 ` [PATCH 3/6] core-image.bbclass: support read-only rootfs Qi.Chen
2013-01-28  9:05 ` [PATCH 4/6] populate-volatile.sh: improve this script Qi.Chen
2013-02-06 14:40   ` Richard Purdie
2013-02-18  3:18     ` ChenQi
2013-01-28  9:05 ` [PATCH 5/6] initscripts: let populate-volatile.sh create the /tmp link Qi.Chen
2013-01-28  9:05 ` [PATCH 6/6] initscripts: add read-only-rootfs-hook.sh script Qi.Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox