From: Jack Mitchell <ml@communistcode.co.uk>
To: openembedded-core@lists.openembedded.org
Subject: making /var/log persistent
Date: Wed, 12 Aug 2015 11:29:28 +0100 [thread overview]
Message-ID: <55CB2008.4020101@communistcode.co.uk> (raw)
I'm trying to make /var/log persistent and I'm having trouble. I've made a
bbappend to base_files which contains:
dirs755_append = " \
/var/log \
"
volatiles = "tmp"
Looking in the resulting image, /var/log is indeed now a directory and not a
symlink to volatile storage, however when the image is flashed to target and
booted it is reverted back to being a symlink; I assume by some init script?
Can anyone shed any light on what more is required to get a persistent log
directory.
Cheers,
Jack.
next reply other threads:[~2015-08-12 10:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-12 10:29 Jack Mitchell [this message]
2015-08-12 10:33 ` making /var/log persistent ChenQi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55CB2008.4020101@communistcode.co.uk \
--to=ml@communistcode.co.uk \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.