From 661b4cbf55a731ad500d7d584e5b748ef5039f0f Mon Sep 17 00:00:00 2001
From: Cullum Smith <cullum@sacredheartsc.com>
Date: Sat, 23 Nov 2024 09:55:18 -0500
Subject: make /etc/localtime a symlink

---
 scripts/os/freebsd/20-timezone | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scripts/os/freebsd')

diff --git a/scripts/os/freebsd/20-timezone b/scripts/os/freebsd/20-timezone
index 22a3729..e690be8 100644
--- a/scripts/os/freebsd/20-timezone
+++ b/scripts/os/freebsd/20-timezone
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 # Set the system timezone.
-cp -v "/usr/share/zoneinfo/${timezone}" /etc/localtime
+ln -sfhv "/usr/share/zoneinfo/${timezone}" /etc/localtime
-- 
cgit v1.2.3