summaryrefslogtreecommitdiffstats
path: root/scripts/helloworld.ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/helloworld.ipxe')
-rw-r--r--scripts/helloworld.ipxe5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/helloworld.ipxe b/scripts/helloworld.ipxe
new file mode 100644
index 0000000..36c1403
--- /dev/null
+++ b/scripts/helloworld.ipxe
@@ -0,0 +1,5 @@
+#!ipxe
+echo
+echo hello world from ipxe script
+echo
+shell