All of lore.kernel.org
 help / color / mirror / Atom feed
* read only rootfs & systemd
@ 2014-07-22 11:43 Maciek Borzecki
  2014-07-22 15:44 ` Christopher Larson
  0 siblings, 1 reply; 4+ messages in thread
From: Maciek Borzecki @ 2014-07-22 11:43 UTC (permalink / raw)
  To: yocto

Hi,

Is read-only-rootfs supported on systemd setups?

The current dev manual is not clear about this. Also in image.bbclass
there are comments that read_only_rootfs_hook supports only sysvinit
setups.

Thanks,
-- 
Maciej Borzęcki
Senior Software Developer at Open-RnD Sp. z o.o., Poland
www.open-rnd.pl
mobile: +48 889 117 365, fax: +48 42 657 9079

Niniejsza wiadomość wraz z załącznikami może zawierać chronione prawem
lub poufne informacje i została wysłana wyłącznie do wiadomości i
użytku osób, do których została zaadresowana. Jeśli wiadomość została
otrzymana przypadkowo zabrania się jej kopiowania lub rozsyłania do
osób trzecich. W takim przypadku uprasza się o natychmiastowe
zniszczenie wiadomości oraz poinformowanie nadawcy o zaistniałej
sytuacji za pomocą wiadomości zwrotnej. Dziękujemy.

This message, including any attachments hereto, may contain privileged
or confidential information and is sent solely for the attention and
use of the intended addressee(s). If you are not an intended addressee,
you may neither use this message nor copy or deliver it to anyone. In
such case, you should immediately destroy this message and kindly notify
the sender by reply email. Thank you.




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

* Re: read only rootfs & systemd
  2014-07-22 11:43 read only rootfs & systemd Maciek Borzecki
@ 2014-07-22 15:44 ` Christopher Larson
  2014-07-22 15:51   ` Allen Kennedy Jr.
  2014-07-22 20:15   ` Maciek Borzecki
  0 siblings, 2 replies; 4+ messages in thread
From: Christopher Larson @ 2014-07-22 15:44 UTC (permalink / raw)
  To: maciej.borzecki; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 820 bytes --]

On Tue, Jul 22, 2014 at 4:43 AM, Maciek Borzecki <
maciej.borzecki@open-rnd.pl> wrote:

> Is read-only-rootfs supported on systemd setups?
>
> The current dev manual is not clear about this. Also in image.bbclass
> there are comments that read_only_rootfs_hook supports only sysvinit
> setups.
>

Not in oe-core, no. https://github.com/MentorEmbedded/meta-ro-rootfs is how
we're handling it at mentor today, we haven't gotten around to pursuing an
upstream solution, whether integration of this or something else, as of
yet. If you follow the instructions at
https://github.com/MentorEmbedded/meta-ro-rootfs#usage it should work fine
for you.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics

[-- Attachment #2: Type: text/html, Size: 1380 bytes --]

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

* Re: read only rootfs & systemd
  2014-07-22 15:44 ` Christopher Larson
@ 2014-07-22 15:51   ` Allen Kennedy Jr.
  2014-07-22 20:15   ` Maciek Borzecki
  1 sibling, 0 replies; 4+ messages in thread
From: Allen Kennedy Jr. @ 2014-07-22 15:51 UTC (permalink / raw)
  To: Christopher Larson; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1316 bytes --]

Christopher,
  Thanks for the information.  I too have been looking for this.

It seems odd to me that this build system that is designed for an embedded
device, doesn't have this feature by default.


On Tue, Jul 22, 2014 at 10:44 AM, Christopher Larson <clarson@kergoth.com>
wrote:

>
> On Tue, Jul 22, 2014 at 4:43 AM, Maciek Borzecki <
> maciej.borzecki@open-rnd.pl> wrote:
>
>> Is read-only-rootfs supported on systemd setups?
>>
>> The current dev manual is not clear about this. Also in image.bbclass
>> there are comments that read_only_rootfs_hook supports only sysvinit
>> setups.
>>
>
> Not in oe-core, no. https://github.com/MentorEmbedded/meta-ro-rootfs is
> how we're handling it at mentor today, we haven't gotten around to pursuing
> an upstream solution, whether integration of this or something else, as of
> yet. If you follow the instructions at
> https://github.com/MentorEmbedded/meta-ro-rootfs#usage it should work
> fine for you.
> --
> Christopher Larson
> clarson at kergoth dot com
> Founder - BitBake, OpenEmbedded, OpenZaurus
> Maintainer - Tslib
> Senior Software Engineer, Mentor Graphics
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

[-- Attachment #2: Type: text/html, Size: 2395 bytes --]

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

* Re: read only rootfs & systemd
  2014-07-22 15:44 ` Christopher Larson
  2014-07-22 15:51   ` Allen Kennedy Jr.
@ 2014-07-22 20:15   ` Maciek Borzecki
  1 sibling, 0 replies; 4+ messages in thread
From: Maciek Borzecki @ 2014-07-22 20:15 UTC (permalink / raw)
  To: Christopher Larson; +Cc: yocto

On wto, 2014-07-22 at 08:44 -0700, Christopher Larson wrote:
> 
> On Tue, Jul 22, 2014 at 4:43 AM, Maciek Borzecki
> <maciej.borzecki@open-rnd.pl> wrote:
>         Is read-only-rootfs supported on systemd setups?
>         
>         The current dev manual is not clear about this. Also in
>         image.bbclass
>         there are comments that read_only_rootfs_hook supports only
>         sysvinit
>         setups.
> 
> 
> Not in oe-core, no. https://github.com/MentorEmbedded/meta-ro-rootfs
> is how we're handling it at mentor today, we haven't gotten around to
> pursuing an upstream solution, whether integration of this or
> something else, as of yet. If you follow the instructions at
> https://github.com/MentorEmbedded/meta-ro-rootfs#usage it should work
> fine for you.
> 
Thanks, very useful.


-- 
Maciej Borzęcki
Senior Software Developer at Open-RnD Sp. z o.o., Poland
www.open-rnd.pl
mobile: +48 889 117 365, fax: +48 42 657 9079

Niniejsza wiadomość wraz z załącznikami może zawierać chronione prawem
lub poufne informacje i została wysłana wyłącznie do wiadomości i
użytku osób, do których została zaadresowana. Jeśli wiadomość została
otrzymana przypadkowo zabrania się jej kopiowania lub rozsyłania do
osób trzecich. W takim przypadku uprasza się o natychmiastowe
zniszczenie wiadomości oraz poinformowanie nadawcy o zaistniałej
sytuacji za pomocą wiadomości zwrotnej. Dziękujemy.

This message, including any attachments hereto, may contain privileged
or confidential information and is sent solely for the attention and
use of the intended addressee(s). If you are not an intended addressee,
you may neither use this message nor copy or deliver it to anyone. In
such case, you should immediately destroy this message and kindly notify
the sender by reply email. Thank you.




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

end of thread, other threads:[~2014-07-22 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22 11:43 read only rootfs & systemd Maciek Borzecki
2014-07-22 15:44 ` Christopher Larson
2014-07-22 15:51   ` Allen Kennedy Jr.
2014-07-22 20:15   ` Maciek Borzecki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.