]> git.ipfire.org Git - thirdparty/dracut.git/commit
do not symlink /var/log to /run/log
authorHarald Hoyer <harald@redhat.com>
Mon, 1 Dec 2014 11:36:20 +0000 (12:36 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 1 Dec 2014 11:36:20 +0000 (12:36 +0100)
commit99d4fd6bb791ca8ce07e07e13b58445f3e20894a
tree7c825dacff57fff5fd76b0e290604b3c156f1512
parent3a04bddeed15c810865aa49a2575bf13e651272d
do not symlink /var/log to /run/log

some programs e.g. systemd-journald expect a directory in /var/log as
the marker to do some actions. Here journald tries to flush
/run/log/journal to /var/log/journal, if the directory is seen.

/var/log is now a symlink to /run/initramfs/log.
dracut.sh
modules.d/98systemd/dracut-tmpfiles.conf [new file with mode: 0644]
modules.d/98systemd/module-setup.sh
modules.d/99base/dracut-lib.sh