Fixes for FreeBSD 15 installerconfig
This commit is contained in:
@@ -17,12 +17,16 @@ source "proxmox-iso" "freebsd-15" {
|
|||||||
boot_command = ["2<wait10s>", # boot to single-user mode
|
boot_command = ["2<wait10s>", # boot to single-user mode
|
||||||
"<enter><wait2s>", # open a shell - default is /bin/sh
|
"<enter><wait2s>", # open a shell - default is /bin/sh
|
||||||
"mdmfs -s 100m md /tmp<enter><wait2s>", # mount a writable /tmp memory disk
|
"mdmfs -s 100m md /tmp<enter><wait2s>", # mount a writable /tmp memory disk
|
||||||
"mdmfs -s 100m md /var<enter><wait2s>", # mount a writable /var memory disk
|
"mdmfs -s 100m md /var/db<enter><wait2s>", # mount a writable /var memory disk
|
||||||
"dhclient vtnet0<enter><wait5>", # bring up network
|
"dhclient vtnet0<enter><wait5>", # bring up network
|
||||||
"fetch -o /tmp/installerconfig 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
|
"bsdinstall script /tmp/installerconfig<enter>" # execute bsdinstall with fetched config
|
||||||
]
|
]
|
||||||
|
|
||||||
|
http_directory = "http"
|
||||||
|
http_port_max = "8089"
|
||||||
|
http_port_min = "8080"
|
||||||
|
|
||||||
os = "other"
|
os = "other"
|
||||||
cores = "2"
|
cores = "2"
|
||||||
sockets = "1"
|
sockets = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user