Ver Fonte

Fix typo

Antony Messerli há 3 anos atrás
pai
commit
4ae7332675
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      roles/netbootxyz/templates/menu/openbsd.ipxe.j2

+ 3 - 3
roles/netbootxyz/templates/menu/openbsd.ipxe.j2

@@ -19,10 +19,10 @@ iseq ${ver} {{ item.code_name }} && set image_ver {{ item.image_ver }} ||
 goto boot_openbsd
 
 :boot_openbsd
-iseq ${platform} pcbios && goto pcibios_boot ||
+iseq ${platform} pcbios && goto pcbios_boot ||
 iseq ${platform} efi && goto efi_boot ||
 
-:pcibios_boot
+:pcbios_boot
 set src ${openbsd_mirror}/${openbsd_base_dir}/${ver}/${os_arch}/cd${image_ver}.iso
 imgfree
 initrd ${src}
@@ -37,4 +37,4 @@ goto openbsd_menu
 
 :openbsd_exit
 clear menu
-exit 0
+exit 0