Skip to content

Commit

Permalink
system: make log_size configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls authored and Noki committed Aug 30, 2024
1 parent 4e01b28 commit 3d999a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions group_vars/all/general.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
zonename: 'Europe/Berlin'
timezone: 'CET-1CEST,M3.5.0,M10.5.0/3'
log_size: 64

# TODO: find a second good DNS upstream in Berlin
dns_servers:
Expand Down
2 changes: 1 addition & 1 deletion roles/cfg_openwrt/templates/common/config/system.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ config system
option zonename '{{ zonename }}'
option timezone '{{ timezone }}'
option ttylogin '0'
option log_size '64'
option log_size '{{ log_size }}'
option urandom_seed '0'
option compat_version '9.9' # hardcoded to a bbb-configs exclusive version identifier, matches patch in image builder, because we dont retain device config.
{% if role == 'corerouter' or role == 'gateway' %}
Expand Down

0 comments on commit 3d999a0

Please sign in to comment.