diff --git a/generic-docker-x64.json b/generic-docker-x64.json
index 0b0af700..48e66b99 100644
--- a/generic-docker-x64.json
+++ b/generic-docker-x64.json
@@ -718,8 +718,8 @@
       "memory": 2048,
       "http_directory": "http",
       "headless": true,
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "locked",
       "ssh_port": 22,
diff --git a/generic-hyperv-x64.json b/generic-hyperv-x64.json
index 31773582..dd81884b 100644
--- a/generic-hyperv-x64.json
+++ b/generic-hyperv-x64.json
@@ -3715,8 +3715,8 @@
       "memory": 2048,
       "cpus": 2,
       "http_directory": "http",
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
@@ -7114,8 +7114,8 @@
       "memory": 2048,
       "cpus": 2,
       "http_directory": "http",
-      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-3/disc1.iso",
-      "iso_checksum": "sha256:69c6d1ad3d74c9da65b07e6a7b1066b4561333107592f709a10840c71bec5636",
+      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-4/disc1.iso",
+      "iso_checksum": "sha256:b8410bece8d02a0e01ecb47fd2e0aa1a934e5d7fe63eb4894ba8a76f205cc50f",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
diff --git a/generic-libvirt-a32.json b/generic-libvirt-a32.json
index 19ac27ea..26a2c89d 100644
--- a/generic-libvirt-a32.json
+++ b/generic-libvirt-a32.json
@@ -39,13 +39,32 @@
       ]
     },
     {
-      "scripts": [
+      "scripts":
+      [
         "scripts/common/motd.sh",
         "scripts/common/keys.sh",
         "scripts/common/machine.sh",
         "scripts/common/leases.sh",
-        "scripts/common/localtime.sh",
-        "scripts/common/zerodisk.sh",
+        "scripts/common/localtime.sh"
+      ],
+      "type": "shell",
+      "timeout": "120m",
+      "start_retry_timeout": "15m",
+      "expect_disconnect": "true"
+    },
+    {
+      "scripts":
+      [
+        "scripts/common/zerodisk.sh"
+      ],
+      "type": "shell",
+      "timeout": "720m",
+      "start_retry_timeout": "15m",
+      "expect_disconnect": "true"
+    },
+    {
+      "scripts":
+      [
         "scripts/common/lockout.sh"
       ],
       "type": "shell",
@@ -61,8 +80,9 @@
       "vm_name": "generic-debian12-libvirt-a32",
       "output_directory": "output/generic-debian12-libvirt-a32",
       "qemu_binary": "qemu-system-arm",
-      "boot_wait": "10s",
+      "cpu_model": "max",
       "boot_keygroup_interval": "1s",
+      "boot_wait": "10s",
       "boot_command": [
         "<esc><wait><esc><wait><esc><wait><esc><wait><esc><wait><esc><wait>",
         "<esc><wait><esc><wait><esc><wait><esc><wait><esc><wait><esc><wait>",
@@ -78,16 +98,53 @@
         "ipv6.disable_ipv6=1 net.ifnames=0 biosdevname=0 preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/generic.debian12.vagrant.cfg ",
         "<enter>"
       ],
+      "qemuargs": [
+        [
+          "-display",
+          "gtk"
+        ],
+        [
+          "-device",
+          "ramfb"
+        ],
+        [
+          "-machine",
+          "virt,gic-version=2,dump-guest-core=off,memory-backend=mach-virt.ram,acpi=on"
+        ],
+        [
+          "-object",
+          "{'qom-type':'memory-backend-ram','id':'mach-virt.ram','size':2147483648}"
+        ],
+        [
+          "-overcommit",
+          "mem-lock=off"
+        ],
+        [
+          "-accel",
+          "tcg"
+        ],
+        [
+          "-boot",
+          "order=cd,strict=off"
+        ],
+        [
+          "-device",
+          "driver=virtio-keyboard-pci"
+        ]
+      ],
+      "efi_boot": true,
+      "efi_firmware_code": "/usr/share/edk2/arm/QEMU_EFI-pflash.raw",
+      "efi_firmware_vars": "/usr/share/edk2/arm/vars-template-pflash.raw",
       "format": "qcow2",
       "disk_size": "131072",
       "disk_discard": "unmap",
-      "disk_detect_zeroes": "unmap",
+      "disk_detect_zeroes": "on",
       "disk_cache": "unsafe",
       "disk_image": false,
       "disk_compression": true,
-      "disk_interface": "virtio-scsi",
+      "disk_interface": "virtio",
       "net_device": "virtio-net",
-      "cpus": 2,
+      "cpus": 4,
       "memory": 2048,
       "http_directory": "http",
       "headless": true,
diff --git a/generic-libvirt-a64.json b/generic-libvirt-a64.json
index 65020ea6..b0e69050 100644
--- a/generic-libvirt-a64.json
+++ b/generic-libvirt-a64.json
@@ -589,21 +589,49 @@
       "vm_name": "generic-alma9-libvirt-a64",
       "output_directory": "output/generic-alma9-libvirt-a64",
       "qemu_binary": "qemu-system-aarch64",
-      "machine_type": "virt",
-      "accelerator": "tcg",
+      "cpu_model": "max",
       "boot_wait": "20s",
       "boot_keygroup_interval": "1s",
-      "boot_command":
-      [
+      "boot_command": [
         "<tab> net.ifnames=0 inst.text inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/generic.alma9.vagrant.ks vga=792 <enter><wait>"
-      ],
-      "qemuargs":
-      [
+      ],      
+      "qemuargs": [
         [
-          "-cpu",
-          "max"
+          "-display",
+          "gtk"
+        ],
+        [
+          "-device",
+          "ramfb"
+        ],
+        [
+          "-machine",
+          "virt,gic-version=3,dump-guest-core=off,memory-backend=mach-virt.ram,acpi=on"
+        ],
+        [
+          "-object",
+          "{'qom-type':'memory-backend-ram','id':'mach-virt.ram','size':4294967296}"
+        ],
+        [
+          "-overcommit",
+          "mem-lock=off"
+        ],
+        [
+          "-accel",
+          "tcg"
+        ],
+        [
+          "-boot",
+          "order=cd,strict=off"
+        ],
+        [
+          "-device",
+          "driver=virtio-keyboard-pci"
         ]
       ],
+      "efi_boot": true,
+      "efi_firmware_code": "/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw",
+      "efi_firmware_vars": "/usr/share/edk2/aarch64/vars-template-pflash.raw",
       "format": "qcow2",
       "disk_size": "131072",
       "disk_discard": "unmap",
@@ -611,10 +639,10 @@
       "disk_cache": "unsafe",
       "disk_image": false,
       "disk_compression": true,
-      "disk_interface": "virtio-scsi",
+      "disk_interface": "virtio",
       "net_device": "virtio-net",
-      "cpus": 2,
-      "memory": 2048,
+      "cpus": 4,
+      "memory": 4096,
       "http_directory": "http",
       "headless": true,
       "iso_url": "https://dfw.mirror.rackspace.com/almalinux/9.2/isos/aarch64/AlmaLinux-9.2-aarch64-boot.iso",
diff --git a/generic-libvirt-x64.json b/generic-libvirt-x64.json
index 505a7bb1..75150f57 100644
--- a/generic-libvirt-x64.json
+++ b/generic-libvirt-x64.json
@@ -3730,8 +3730,8 @@
       "memory": 2048,
       "http_directory": "http",
       "headless": true,
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
@@ -7112,8 +7112,8 @@
       "memory": 2048,
       "http_directory": "http",
       "headless": true,
-      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-3/disc1.iso",
-      "iso_checksum": "sha256:69c6d1ad3d74c9da65b07e6a7b1066b4561333107592f709a10840c71bec5636",
+      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-4/disc1.iso",
+      "iso_checksum": "sha256:b8410bece8d02a0e01ecb47fd2e0aa1a934e5d7fe63eb4894ba8a76f205cc50f",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
diff --git a/generic-parallels-x64.json b/generic-parallels-x64.json
index 55ca870b..a8ba107f 100644
--- a/generic-parallels-x64.json
+++ b/generic-parallels-x64.json
@@ -3954,8 +3954,8 @@
       "guest_os_type": "linux",
       "skip_compaction": false,
       "http_directory": "http",
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
@@ -9607,8 +9607,8 @@
       "guest_os_type": "freebsd",
       "skip_compaction": false,
       "http_directory": "http",
-      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-3/disc1.iso",
-      "iso_checksum": "sha256:69c6d1ad3d74c9da65b07e6a7b1066b4561333107592f709a10840c71bec5636",
+      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-4/disc1.iso",
+      "iso_checksum": "sha256:b8410bece8d02a0e01ecb47fd2e0aa1a934e5d7fe63eb4894ba8a76f205cc50f",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
diff --git a/generic-virtualbox-x64.json b/generic-virtualbox-x64.json
index 247be7a3..b00bb5f0 100644
--- a/generic-virtualbox-x64.json
+++ b/generic-virtualbox-x64.json
@@ -3755,8 +3755,8 @@
       "vrdp_bind_address": "127.0.0.1",
       "vrdp_port_min": 11000,
       "vrdp_port_max": 12000,
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
@@ -7921,8 +7921,8 @@
       "vrdp_bind_address": "127.0.0.1",
       "vrdp_port_min": 11000,
       "vrdp_port_max": 12000,
-      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-3/disc1.iso",
-      "iso_checksum": "sha256:69c6d1ad3d74c9da65b07e6a7b1066b4561333107592f709a10840c71bec5636",
+      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-4/disc1.iso",
+      "iso_checksum": "sha256:b8410bece8d02a0e01ecb47fd2e0aa1a934e5d7fe63eb4894ba8a76f205cc50f",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
diff --git a/generic-vmware-x64.json b/generic-vmware-x64.json
index 56ef53ef..51cfd9ae 100644
--- a/generic-vmware-x64.json
+++ b/generic-vmware-x64.json
@@ -3777,8 +3777,8 @@
       "vnc_disable_password": true,
       "vnc_bind_address": "127.0.0.1",
       "vmx_remove_ethernet_interfaces": true,
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
@@ -7823,8 +7823,8 @@
       "vnc_disable_password": true,
       "vnc_bind_address": "127.0.0.1",
       "vmx_remove_ethernet_interfaces": true,
-      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-3/disc1.iso",
-      "iso_checksum": "sha256:69c6d1ad3d74c9da65b07e6a7b1066b4561333107592f709a10840c71bec5636",
+      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-4/disc1.iso",
+      "iso_checksum": "sha256:b8410bece8d02a0e01ecb47fd2e0aa1a934e5d7fe63eb4894ba8a76f205cc50f",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
diff --git a/magma-hyperv-x64.json b/magma-hyperv-x64.json
index 5f1d68c3..8976b1a9 100644
--- a/magma-hyperv-x64.json
+++ b/magma-hyperv-x64.json
@@ -1508,8 +1508,8 @@
       "memory": 2048,
       "cpus": 4,
       "http_directory": "http",
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
diff --git a/magma-libvirt-x64.json b/magma-libvirt-x64.json
index 1dccd3fd..27393256 100644
--- a/magma-libvirt-x64.json
+++ b/magma-libvirt-x64.json
@@ -1526,8 +1526,8 @@
       "memory": 2048,
       "http_directory": "http",
       "headless": true,
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
diff --git a/magma-virtualbox-x64.json b/magma-virtualbox-x64.json
index 0f0f1a1d..26e8e80a 100644
--- a/magma-virtualbox-x64.json
+++ b/magma-virtualbox-x64.json
@@ -1547,8 +1547,8 @@
       "vrdp_bind_address": "127.0.0.1",
       "vrdp_port_min": 11000,
       "vrdp_port_max": 12000,
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
diff --git a/magma-vmware-x64.json b/magma-vmware-x64.json
index cbf8a95a..5cec6677 100644
--- a/magma-vmware-x64.json
+++ b/magma-vmware-x64.json
@@ -1547,8 +1547,8 @@
       "vnc_disable_password": true,
       "vnc_bind_address": "127.0.0.1",
       "vmx_remove_ethernet_interfaces": true,
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "ssh_username": "root",
       "ssh_password": "vagrant",
       "ssh_port": 22,
diff --git a/packer-cache-x64.json b/packer-cache-x64.json
index 1f9f83f1..30e51316 100644
--- a/packer-cache-x64.json
+++ b/packer-cache-x64.json
@@ -258,8 +258,8 @@
     {
       "name": "arch-x64",
       "output_directory": "output/arch-x64",
-      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.10.14-x86_64.iso",
-      "iso_checksum": "sha256:292269ba9bf8335b6a885921a00d311cdc1dcbe9a1375f297f7f3ecfe31c36a7",
+      "iso_url": "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2023.11.01-x86_64.iso",
+      "iso_checksum": "sha256:477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608",
       "boot_wait": "5s",
       "disk_size": 1,
       "headless": true,
@@ -828,8 +828,8 @@
     {
       "name": "hardenedbsd-x64",
       "output_directory": "output/hardenedbsd-x64",
-      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-3/disc1.iso",
-      "iso_checksum": "sha256:69c6d1ad3d74c9da65b07e6a7b1066b4561333107592f709a10840c71bec5636",
+      "iso_url": "https://mirror.laylo.io/pub/hardenedbsd/14-stable/amd64/amd64/installer/build-4/disc1.iso",
+      "iso_checksum": "sha256:b8410bece8d02a0e01ecb47fd2e0aa1a934e5d7fe63eb4894ba8a76f205cc50f",
       "boot_wait": "5s",
       "disk_size": 1,
       "headless": true,
diff --git a/robox.sh b/robox.sh
index ba43fef8..dcd65cf9 100755
--- a/robox.sh
+++ b/robox.sh
@@ -72,15 +72,17 @@ ROBOX_ISOS="all alpine arch centos centos8s centos9s gentoo hardenedbsd hardened
 ROBOX_FILES="packer-cache-x64.json packer-cache-x32.json "\
 "packer-cache-a64.json packer-cache-a32.json "\
 "packer-cache-p64.json packer-cache-m64.json "\
-"magma-docker-x64.json magma-hyperv-x64.json magma-vmware-x64.json magma-libvirt-x64.json magma-virtualbox-x64.json "\
-"generic-docker-x64.json generic-hyperv-x64.json generic-vmware-x64.json generic-libvirt-x64.json generic-virtualbox-x64.json generic-parallels-x64.json "\
-"generic-libvirt-x32.json generic-vmware-x32.json generic-virtualbox-x32.json "\
-"generic-libvirt-a64.json generic-libvirt-a32.json "\
+"generic-docker-x64.json generic-hyperv-x64.json generic-parallels-x64.json "\
+"generic-vmware-x32.json generic-vmware-x64.json "\
+"generic-virtualbox-x32.json generic-virtualbox-x64.json "\
+"generic-libvirt-a32.json generic-libvirt-a64.json "\
+"generic-libvirt-x32.json generic-libvirt-x64.json "\
 "generic-libvirt-p64.json generic-libvirt-m64.json "\
+"magma-docker-x64.json magma-hyperv-x64.json magma-vmware-x64.json magma-libvirt-x64.json magma-virtualbox-x64.json "\
 "lineage-hyperv-x64.json lineage-vmware-x64.json lineage-libvirt-x64.json lineage-virtualbox-x64.json "\
 "developer-ova-x64.json developer-hyperv-x64.json developer-vmware-x64.json developer-libvirt-x64.json developer-virtualbox-x64.json"
 
-# Collect the list of ISO urls.
+# Collect the list of ISO URLs.
 ISOURLS=(`grep -E "iso_url|guest_additions_url" $ROBOX_FILES | awk -F'"' '{print $4}'`)
 ISOSUMS=(`grep -E "iso_checksum|guest_additions_sha256" $ROBOX_FILES | awk -F'"' '{print $4}' | sed "s/^sha256://g"`)
 UNIQURLS=(`grep -E "iso_url|guest_additions_url" $ROBOX_FILES | awk -F'"' '{print $4}' | sort | uniq`)
@@ -406,6 +408,15 @@ REPOS+=( "https://mirrors.lavabit.com/openbsd/6.9/packages/amd64/SHA256" )
 REPOS+=( "https://mirrors.lavabit.com/openbsd/6.9/packages/amd64/SHA256.sig" )
 
 # OpenBSD 7.4
+REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/arm64/SHA256" )
+REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/arm64/SHA256.sig" )
+REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/arm64/man74.tgz" )
+REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/arm64/base74.tgz" )
+REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/arm64/comp74.tgz" )
+REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/packages/arm64/index.txt" )
+REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/packages/arm64/SHA256" )
+REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/packages/arm64/SHA256.sig" )
+
 REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/amd64/index.txt" )
 REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/amd64/SHA256" )
 REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/amd64/SHA256.sig" )
@@ -417,6 +428,16 @@ REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/packages/amd64/SHA256" )
 REPOS+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/packages/amd64/SHA256.sig" )
 
 # OpenBSD 7.5
+FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/arm64/index.txt" )
+FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/arm64/SHA256" )
+FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/arm64/SHA256.sig" )
+FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/arm64/man75.tgz" )
+FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/arm64/base75.tgz" )
+FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/arm64/comp75.tgz" )
+FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/packages/arm64/index.txt" )
+FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/packages/arm64/SHA256" )
+FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/packages/arm64/SHA256.sig" )
+
 FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/amd64/index.txt" )
 FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/amd64/SHA256" )
 FUTURE+=( "https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/amd64/SHA256.sig" )