summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRandy Witt <randy.e.witt@linux.intel.com>2015-03-05 18:11:46 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-10 10:47:51 +0000
commite75c95ceca34879698b1ea229a2101dc1ccc12fc (patch)
treee9c7a675f8b4d0f98af37c2ab16a00dfb706d650 /meta/recipes-kernel
parentd7fe8b46a5e3fa0b3bac33a25bc3845c39f443f3 (diff)
downloadast2050-yocto-poky-e75c95ceca34879698b1ea229a2101dc1ccc12fc.zip
ast2050-yocto-poky-e75c95ceca34879698b1ea229a2101dc1ccc12fc.tar.gz
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] (From OE-Core rev: 17e8595af2041cfd63adf73b344f7ccad3db7e01) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud