diff --git a/vm-systemd/qubes-sysinit.sh b/vm-systemd/qubes-sysinit.sh index 3c2cd20..9f808b7 100755 --- a/vm-systemd/qubes-sysinit.sh +++ b/vm-systemd/qubes-sysinit.sh @@ -88,7 +88,7 @@ fi if ! grep -rq "^/etc/timezone$" "${PROTECTED_FILE_LIST}" 2>/dev/null; then timezone=`$QDB_READ /qubes-timezone 2> /dev/null` if [ -n "$timezone" ]; then - cp -p /usr/share/zoneinfo/$timezone /etc/localtime + ln -sf ../usr/share/zoneinfo/$timezone /etc/localtime if [ -e /etc/debian_version ]; then echo "$timezone" > /etc/timezone else