Browse Source

Download cdXY.iso instead of installXY.iso

Since the iso image is not available from the installer, there's no point in downloading 200+ MB installXY.iso when we can get the same install environment from <10MB cdXY.iso
viq 9 years ago
parent
commit
c7ae2bf9db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/openbsd.ipxe

+ 1 - 1
src/openbsd.ipxe

@@ -21,7 +21,7 @@ set openbsd_arch amd64
 goto boot_openbsd
 
 :boot_openbsd
-set src http://ftp.openbsd.org/pub/OpenBSD/${ver}/${openbsd_arch}/install${image_ver}.iso
+set src http://ftp.openbsd.org/pub/OpenBSD/${ver}/${openbsd_arch}/cd${image_ver}.iso
 imgfree
 initrd ${src}
 chain ${memdisk} iso raw