summaryrefslogtreecommitdiffstats
path: root/core/modules/bwlp-stage4-tweaks
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/bwlp-stage4-tweaks')
-rw-r--r--core/modules/bwlp-stage4-tweaks/module.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/modules/bwlp-stage4-tweaks/module.build b/core/modules/bwlp-stage4-tweaks/module.build
index e69de29b..dfa1bbac 100644
--- a/core/modules/bwlp-stage4-tweaks/module.build
+++ b/core/modules/bwlp-stage4-tweaks/module.build
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+post_copy() {
+ # This speeds up glibc stuff a bit, see
+ # https://blog.packagecloud.io/set-environment-variable-save-thousands-of-system-calls/
+ add_env TZ ":/etc/localtime"
+}