File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed
.web-docs/components/builder/iso Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -1168,7 +1168,9 @@ source "proxmox-iso" "fedora-kickstart" {
1168
1168
}
1169
1169
http_directory = "config"
1170
1170
insecure_skip_tls_verify = true
1171
- iso_file = "local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso"
1171
+ isos {
1172
+ iso_file = "local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso"
1173
+ }
1172
1174
network_adapters {
1173
1175
bridge = "vmbr0"
1174
1176
model = "virtio"
@@ -1181,7 +1183,6 @@ source "proxmox-iso" "fedora-kickstart" {
1181
1183
ssh_username = "root"
1182
1184
template_description = "Fedora 29-1.2, generated on ${timestamp()}"
1183
1185
template_name = "fedora-29"
1184
- unmount_iso = true
1185
1186
username = "${var.username}"
1186
1187
}
1187
1188
@@ -1224,7 +1225,11 @@ build {
1224
1225
"pre_enrolled_keys" : true ,
1225
1226
"efi_type" : " 4m"
1226
1227
},
1227
- "iso_file" : " local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso" ,
1228
+ "isos" : [
1229
+ {
1230
+ "iso_file" : " local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso"
1231
+ }
1232
+ ],
1228
1233
"http_directory" : " config" ,
1229
1234
"boot_wait" : " 10s" ,
1230
1235
"boot_command" : [
@@ -1233,7 +1238,6 @@ build {
1233
1238
"ssh_username" : " root" ,
1234
1239
"ssh_timeout" : " 15m" ,
1235
1240
"ssh_password" : " packer" ,
1236
- "unmount_iso" : true ,
1237
1241
"template_name" : " fedora-29" ,
1238
1242
"template_description" : " Fedora 29-1.2, generated on {{ isotime \" 2006-01-02T15:04:05Z\" }}"
1239
1243
}
Original file line number Diff line number Diff line change @@ -168,7 +168,9 @@ source "proxmox-iso" "fedora-kickstart" {
168
168
}
169
169
http_directory = "config"
170
170
insecure_skip_tls_verify = true
171
- iso_file = "local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso"
171
+ isos {
172
+ iso_file = "local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso"
173
+ }
172
174
network_adapters {
173
175
bridge = "vmbr0"
174
176
model = "virtio"
@@ -181,7 +183,6 @@ source "proxmox-iso" "fedora-kickstart" {
181
183
ssh_username = "root"
182
184
template_description = "Fedora 29-1.2, generated on ${timestamp()}"
183
185
template_name = "fedora-29"
184
- unmount_iso = true
185
186
username = "${var.username}"
186
187
}
187
188
@@ -224,7 +225,11 @@ build {
224
225
"pre_enrolled_keys" : true ,
225
226
"efi_type" : " 4m"
226
227
},
227
- "iso_file" : " local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso" ,
228
+ "isos" : [
229
+ {
230
+ "iso_file" : " local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso"
231
+ }
232
+ ],
228
233
"http_directory" : " config" ,
229
234
"boot_wait" : " 10s" ,
230
235
"boot_command" : [
@@ -233,7 +238,6 @@ build {
233
238
"ssh_username" : " root" ,
234
239
"ssh_timeout" : " 15m" ,
235
240
"ssh_password" : " packer" ,
236
- "unmount_iso" : true ,
237
241
"template_name" : " fedora-29" ,
238
242
"template_description" : " Fedora 29-1.2, generated on {{ isotime \" 2006-01-02T15:04:05Z\" }}"
239
243
}
You can’t perform that action at this time.
0 commit comments