From 5013fa83cc6fa91caf2cdb8cbb0d8971688a9042 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 25 Apr 2024 00:05:08 -0400 Subject: [PATCH] Updated FreeBSD installer to remove /etc/hostid --- scripts/freebsd-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/freebsd-install.sh b/scripts/freebsd-install.sh index 02e5932..5b5876b 100644 --- a/scripts/freebsd-install.sh +++ b/scripts/freebsd-install.sh @@ -5,3 +5,6 @@ sudo pkg update sudo pkg upgrade -y sudo pkg install -y vim py39-salt py39-tornado + +# Delete /etc/hostid so it gets regenerated +sudo rm /etc/hostid