Fixed the ZFS config on freebsd 15

This commit is contained in:
2026-08-27 23:45:09 -04:00
parent bed8f3f87b
commit 7f4aae922d
2 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ source "proxmox-iso" "freebsd-15" {
"mdmfs -s 100m md /tmp<enter><wait2s>", # mount a writable /tmp memory disk
"mdmfs -s 100m md /var/db<enter><wait2s>", # mount a writable /var memory disk
"dhclient vtnet0<enter><wait5>", # bring up network
"fetch -o /tmp/instaproxmox_hostllerconfig http://{{ .HTTPIP }}:{{ .HTTPPort }}/freebsd-15-installerconfig<enter><wait5s>", # grab the installerconfig
"fetch -o /tmp/installerconfig http://{{ .HTTPIP }}:{{ .HTTPPort }}/freebsd-15-installerconfig<enter><wait5s>", # grab the installerconfig
"bsdinstall script /tmp/installerconfig<enter>" # execute bsdinstall with fetched config
]