Skip to content

Commit 3641cad

Browse files
authored
Merge pull request #421 from endlessm/T35837-move-systemd-configs
Move EOS systemd downstream configs to eos-boot-helper
2 parents 4c26526 + d14e879 commit 3641cad

File tree

7 files changed

+15
-1
lines changed

7 files changed

+15
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = dracut factory-reset fallback-fb-setup flatpak-repos nvidia psi-monitor record-boot-success . tests
1+
SUBDIRS = dracut factory-reset fallback-fb-setup flatpak-repos journald locale nvidia psi-monitor record-boot-success . tests
22
EXTRA_DIST = debian .flake8 pytest.ini
33
CLEANFILES =
44

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ AC_CONFIG_FILES([
131131
factory-reset/Makefile
132132
fallback-fb-setup/Makefile
133133
flatpak-repos/Makefile
134+
journald/Makefile
135+
locale/Makefile
134136
nvidia/Makefile
135137
psi-monitor/Makefile
136138
record-boot-success/Makefile

journald/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
journaldconfdir = $(sysconfdir)/systemd/journald.conf.d
2+
dist_journaldconf_DATA = log.conf

journald/log.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[Journal]
2+
SystemMaxUse=50M
3+
SystemMaxFileSize=1M
4+
RuntimeMaxUse=4M

locale/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
localeconfdir = $(sysconfdir)
2+
dist_localeconf_DATA = locale.conf

locale/locale.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LANG=en_US.utf8

tmpfiles.d/eos-boot-helper.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ r /var/eos-swap-reclaimed
77
# remove stamp file from eos-fix-home-dir-permissions
88
# (from 3.1.6 change to default home dir permissions)
99
r /var/lib/misc/eos-dir-mode-700
10+
11+
# Store locale info in just 1 place, but add a compat symlink.
12+
L /etc/default/locale - - - - /etc/locale.conf

0 commit comments

Comments
 (0)