Fix missing directory in treecompose-post.sh
Signed-off-by: Paul Whalen <pwhalen@redhat.com>
This commit is contained in:
parent
179518bbab
commit
8d4aec8722
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
set -xeuo pipefail
|
||||
|
||||
# From https://github.com/coreos/fedora-coreos-config/blob/testing-devel/overlay.d/05core/usr/lib/systemd/journald.conf.d/10-coreos-persistent.conf
|
||||
install -dm0755 /usr/lib/systemd/journald.conf.d/
|
||||
echo -e "[Journal]\nStorage=persistent" > /usr/lib/systemd/journald.conf.d/10-persistent.conf
|
||||
|
||||
# See: https://src.fedoraproject.org/rpms/glibc/pull-request/4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue