Re: [Angstrom-devel] read-only-rootfs

2014-11-18 Thread Diego Sueiro
Michael, Take a look at this layer: https://github.com/MentorEmbedded/meta-ro-rootfs Maybe it could help you. Regards, -- *dS Diego Sueiro Administrador do Embarcados www.embarcados.com.br

Re: [Angstrom-devel] read-only-rootfs

2014-11-18 Thread Michael Jones
That aside, the latest Yocto release, 1.7, does include support for read-only rootfs with systemd. no completely, e.g. if you use dropbear or systemd-resolved etc. it won't work. only mounts will work OK, thanks for the info. It looks like Angstrom doesn't use dropbear or systemd-resolved, s

Re: [Angstrom-devel] read-only-rootfs

2014-11-17 Thread Khem Raj
On Mon, Nov 17, 2014 at 2:01 AM, Michael Jones wrote: > Hi Khem, > > > On 11/15/2014 04:16 AM, Khem Raj wrote: >> >> On Fri, Nov 14, 2014 at 1:12 AM, Jones,Michael >> wrote: >>> >>> >>> OK, I'll answer my own question: it looks like the support for >>> 'EXTRA_IMAGE_FEATURES += "read-only-rootfs"'

Re: [Angstrom-devel] read-only-rootfs

2014-11-17 Thread Michael Jones
Hi Khem, On 11/15/2014 04:16 AM, Khem Raj wrote: On Fri, Nov 14, 2014 at 1:12 AM, Jones,Michael wrote: OK, I'll answer my own question: it looks like the support for 'EXTRA_IMAGE_FEATURES += "read-only-rootfs"' in openembedded-core only applies to sysvinit, and since Angstrom uses systemd by

Re: [Angstrom-devel] read-only-rootfs

2014-11-14 Thread Khem Raj
On Fri, Nov 14, 2014 at 1:12 AM, Jones,Michael wrote: > > OK, I'll answer my own question: it looks like the support for > 'EXTRA_IMAGE_FEATURES += "read-only-rootfs"' in openembedded-core only applies > to sysvinit, and since Angstrom uses systemd by default, setting > "read-only-rootfs" doesn't

Re: [Angstrom-devel] read-only-rootfs

2014-11-14 Thread Jones,Michael
> On November 10, 2014 at 2:48 PM "Jones,Michael" > wrote: > > Hello, > > I would like to create a read-only root filesystem with Angstrom. I saw here: > > https://www.yoctoproject.org/docs/1.6.1/mega-manual/mega-manual.html#creating-the-root-filesystem > > That one can add > > EXTRA_IMAGE_FEATURE

[Angstrom-devel] read-only-rootfs

2014-11-10 Thread Jones,Michael
Hello, I would like to create a read-only root filesystem with Angstrom. I saw here: https://www.yoctoproject.org/docs/1.6.1/mega-manual/mega-manual.html#creating-the-root-filesystem That one can add EXTRA_IMAGE_FEATURES += "read-only-rootfs" to local.conf to this end, but I'm unsure whe