mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
Merge pull request #2436 from flatcar/kai/combined-status
Apply new Flatcar change of using the combined systemd log format
This commit is contained in:
commit
30414417a7
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-02-09-systemd.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-02-09-systemd.md
vendored
Normal file
@ -0,0 +1 @@
|
||||
- Switched systemd log reporting to the combined format of both unit description, as before, and now the unit name to easily find the unit ([coreos-overlay#2436](https://github.com/flatcar/coreos-overlay/pull/2436))
|
@ -409,6 +409,9 @@ multilib_src_configure() {
|
||||
# for https://github.com/flatcar/Flatcar/issues/36
|
||||
-Ddefault-net-naming-scheme=latest
|
||||
|
||||
# Flatcar: Combined log format: name plus description
|
||||
-Dstatus-unit-format-default=combined
|
||||
|
||||
# Flatcar: Unported options, still needed?
|
||||
-Dquotaon-path=/usr/sbin/quotaon
|
||||
-Dquotacheck-path=/usr/sbin/quotacheck
|
||||
|
Loading…
Reference in New Issue
Block a user