File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ locals {
141
141
142
142
image = " NetBSD-${ var . os_version } -${ var . architecture . image } .${ local . iso_target_extension } "
143
143
vm_name = " netbsd-${ var . os_version } -${ var . architecture . name } .qcow2"
144
+ full_remote_path = " images/${ var . os_version } /${ local . image } "
144
145
}
145
146
146
147
source "qemu" "qemu" {
@@ -287,7 +288,14 @@ source "qemu" "qemu" {
287
288
iso_target_extension = local. iso_target_extension
288
289
iso_target_path = local. iso_target_path
289
290
iso_urls = [
290
- " https://cdn.netbsd.org/pub/NetBSD/images/${ var . os_version } /${ local . image } "
291
+ " https://cdn.netbsd.org/pub/NetBSD/${ local . full_remote_path } " ,
292
+ " https://ftp.netbsd.org/pub/NetBSD/${ local . full_remote_path } " ,
293
+ " https://mirror.planetunix.net/pub/NetBSD/${ local . full_remote_path } " ,
294
+ " https://www.nic.funet.fi/pub/NetBSD/${ local . full_remote_path } " ,
295
+ " https://www.nic.funet.fi/pub/NetBSD/${ local . full_remote_path } " ,
296
+ " https://ftp.uni-erlangen.de/netbsd/${ local . full_remote_path } " ,
297
+ " https://ftp.allbsd.org/NetBSD/${ local . full_remote_path } " ,
298
+ " https://ftp.kaist.ac.kr/NetBSD/${ local . full_remote_path } "
291
299
]
292
300
293
301
http_directory = " ."
You can’t perform that action at this time.
0 commit comments