Explorar el Código

Merge pull request #52 from antonym/openbsd_snapshot

Adding OpenBSD Snapshots
Antony Messerli hace 9 años
padre
commit
b3f06a41dc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/openbsd.ipxe

+ 2 - 0
src/openbsd.ipxe

@@ -7,10 +7,12 @@
 menu Please pick an OpenBSD version
 item 5.8 OpenBSD 5.8
 item 5.7 OpenBSD 5.7
+item snapshots OpenBSD 5.9 Latest Snapshot
 choose ver || goto openbsd_exit
 
 iseq ${ver} 5.8 && set image_ver 58 ||
 iseq ${ver} 5.7 && set image_ver 57 ||
+iseq ${ver} snapshots && set image_ver 59 ||
 
 iseq ${arch} x86_64 && goto openbsd_x64 ||
 set openbsd_arch i386