Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Use tmpfiles to set up /var/log from initrd
Browse files Browse the repository at this point in the history
This pulls in flatcar/bootengine#60
and flatcar/baselayout#29
to fix the persisting of the journal on first boot.
  • Loading branch information
pothos committed Apr 4, 2023
1 parent 73af624 commit da34d6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/bugfixes/2023-03-30-var-log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Ensured that `/var/log` is created early enough for systemd-journald to persist the logs on first boot ([bootengine#60](https://github.com/flatcar/bootengine/pull/60), [baselayout#29](https://github.com/flatcar/baselayout/pull/29))
2 changes: 1 addition & 1 deletion sys-apps/baselayout/baselayout-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="d4d6da73919bacc5b05a012d3d00dc8e2d669c0d" # flatcar-master
CROS_WORKON_COMMIT="738c9e9f7723ac4005e02bc1589a57ac9586368e" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down
2 changes: 1 addition & 1 deletion sys-kernel/bootengine/bootengine-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="3ba6216024c75d502b9696d05f4f02594d52efbb" # flatcar-master
CROS_WORKON_COMMIT="48cad05565e2707fc44d8d89a44c46bbfadf701f" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit da34d6a

Please sign in to comment.