3 Commits
Author SHA1 Message Date
Ami FischmanandGitHub 294c93fa17 cmd/ntp: preserve system time in /perm across reboots (#359)
Why? Reduce the wall time during which the system believes it's 1970.
Makes syslog timestamps more sensible.
2026-01-23 10:40:04 +01:00
Ami FischmanandMichael Stapelberg d5f6656be1 dhcp: os.Exit(125) after applying static config
Rationale: saves ~16.6MiB of RSS and mildly simplifies the operating conditions of a gokrazy appliance.
Before: `892.4 MiB total, 808.1 MiB available`
After: `892.4 MiB total, 824.7 MiB available`

(cf. https://github.com/gokrazy/gokrazy/discussions/354#discussioncomment-15421711)
2026-01-06 21:59:18 +01:00
Ami FischmanandMichael Stapelberg 52e35254d9 Document removing local-code replace directive
Migrated advice from https://github.com/gokrazy/gokrazy/discussions/352#discussioncomment-15404080 to the docs.
2026-01-04 19:10:44 +01:00