diff options
author | Randy Witt <randy.e.witt@linux.intel.com> | 2015-03-05 18:11:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-09 16:05:08 +0000 |
commit | 17e8595af2041cfd63adf73b344f7ccad3db7e01 (patch) | |
tree | e198187057905664b4294069239a2a20faee6faa /meta/recipes-graphics/packagegroups | |
parent | 3569d434e754a62ec998fbf48380d653d1524dc4 (diff) | |
download | openembedded-core-17e8595af2041cfd63adf73b344f7ccad3db7e01.tar.gz openembedded-core-17e8595af2041cfd63adf73b344f7ccad3db7e01.tar.bz2 openembedded-core-17e8595af2041cfd63adf73b344f7ccad3db7e01.zip |
systemd: Fix the problem of an empty journal on boot
systemd by default tries to write the journal to /var/log/journal.
But base-files has a symlink /var/log -> /var/volatile/log. And
/var/volatile is a tmpfs mount in /etc/fstab.
If the journal service started before /var/volatile was mounted (which
was the typical scenario) then the journal would appear empty since
the old location was mounted over.
This change fixes the problem by ensuring that the journal doesn't start
until after the mount happens.
[Yocto #7388]
Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/packagegroups')
0 files changed, 0 insertions, 0 deletions