summaryrefslogblamecommitdiffstats
path: root/core/modules/bwlp-stage4-tweaks/module.build
blob: dfa1bbac340e07b2ed0205d3c15a6992aad6a31c (plain) (tree)
1
2
3
4
5
6
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"
}