Commit Graph

6 Commits

Author SHA1 Message Date
Colin Walters 1ff6019594 post: Disable modular repositories
See https://github.com/projectatomic/rpm-ostree/issues/1435
and https://github.com/projectatomic/rpm-ostree/issues/1542#issuecomment-419684977
2018-09-09 09:04:48 -04:00
Colin Walters c3ce622191 post.sh: Sync with fedora-atomic
- journald.conf change tweak
 - glibc_post_upgrade removal
2018-01-18 11:56:36 -05:00
Colin Walters 1e79db4d2b post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp
Following the `fedora-atomic` version:
https://pagure.io/fedora-atomic/c/174e04cb6c268ce32135e8e70194b3ee42fb6f9d?branch=master
2017-09-13 15:56:11 -04:00
Owen W. Taylor 392bd281cd Work around systemd issue with ProtectHome
Systemd has issues with the ProtectHome directive when /home is a
symlink. Since this is used by several systemd-provided services,
this causes problems with starting them up. Work around this temporarily
by removing these lines. (The issue will be fixed in systemd 232)

Copied from atomic-ws.
2016-10-10 16:31:53 -04:00
Owen W. Taylor 44883daf24 Fix problem with systemd logs not being persisted
During the boot with ostree, the detection of whether the logs on
the system should be persisted can be confused. Explicitely configure
them to be persisted.

Copied from atomic-ws.
2016-10-10 16:31:11 -04:00
Owen W. Taylor f5191fcf1a Add an empty postprocess script
This is a place to add workarounds and config changes
2016-10-10 16:29:28 -04:00