Merge pull request #512 from netbootxyz/rhel_exit

Exit to rhel menu in case of failure instead of main
This commit is contained in:
Antony Messerli 2020-01-11 11:37:22 -06:00 committed by GitHub
commit bd936fe36a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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