Last active
October 18, 2015 01:13
-
-
Save spiegela/8fa278f03f76f44d9745 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
echo Razor <%= task.label %> task boot_call | |
echo Installation node: <%= node_url %> | |
echo Installation repo: <%= repo_url %> | |
sleep 3 | |
kernel <%= repo_url("/isolinux/vmlinuz") %> <%= render_template("kernel_args").strip %> || goto error | |
initrd <%= repo_url("/isolinux/initrd.img") %> || goto error | |
boot | |
:error | |
prompt --key s --timeout 60 ERROR, hit 's' for the iPXE shell; reboot in 60 seconds && shell || reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment