Преглед изворни кода

Merge pull request #512 from netbootxyz/rhel_exit

Exit to rhel menu in case of failure instead of main
Antony Messerli пре 5 година
родитељ
комит
bd936fe36a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      roles/netbootxyz/templates/menu/rhel.ipxe.j2

+ 1 - 0
roles/netbootxyz/templates/menu/rhel.ipxe.j2

@@ -53,6 +53,7 @@ kernel ${rhel_base_url}/os/${rhel_arch}/images/pxeboot/vmlinuz repo=${rhel_base_
 initrd ${rhel_base_url}/os/${rhel_arch}/images/pxeboot/initrd.img
 md5sum vmlinuz initrd.img
 boot
+goto rhel
 
 :rhel_exit
 exit 0