From 241833b7f320e7fca84ba226f1ecbb0c963534f7 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 12 Jul 2024 15:20:54 -0400 Subject: initial commit of hypervisor configs --- scripts/os/freebsd/20-timezone | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/os/freebsd/20-timezone (limited to 'scripts/os/freebsd/20-timezone') diff --git a/scripts/os/freebsd/20-timezone b/scripts/os/freebsd/20-timezone new file mode 100644 index 0000000..22a3729 --- /dev/null +++ b/scripts/os/freebsd/20-timezone @@ -0,0 +1,4 @@ +#!/bin/sh + +# Set the system timezone. +cp -v "/usr/share/zoneinfo/${timezone}" /etc/localtime -- cgit v1.2.3