summaryrefslogtreecommitdiff
path: root/config/chroot_local-includes/lib/live/config/901-hotfixes
blob: 9d8214a76ba6fb0a0cc8e71888317bfc66801b49 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# fix timezone
if [ -n "${LIVE_TIMEZONE}" ]; then
	echo "${LIVE_TIMEZONE}" > /etc/timezone
fi