diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-03 22:10:42 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-03 22:10:42 -0500 |
commit | e082a9745b0976709e34a9ac9db6fd3283029d4e (patch) | |
tree | b312d1bf377c7fe6579f76f2bb150f9ee996195d /vars/hostname | |
parent | 969c377ac6c01e8e3874a0b4822dc42a001c14cb (diff) | |
download | infrastructure-e082a9745b0976709e34a9ac9db6fd3283029d4e.tar.gz |
updates for freebsd 14.2-RELEASE
Diffstat (limited to 'vars/hostname')
-rw-r--r-- | vars/hostname/alcatraz1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/hostname/alcatraz1 b/vars/hostname/alcatraz1 index 9b7d2ef..7197872 100644 --- a/vars/hostname/alcatraz1 +++ b/vars/hostname/alcatraz1 @@ -1,4 +1,4 @@ #!/bin/sh # Causes UEFI exception on boot, "invalid opcode" ??? -enable_microcode_updates=false +microcode_after_boot=true |