From 2ec95217f7f265352f0709e3d10366146260e3cc Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 28 Jan 2016 23:04:40 -0600 Subject: [PATCH] Add a hello world --- custom.ipxe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom.ipxe b/custom.ipxe index 6cf9cb8d..5460b703 100644 --- a/custom.ipxe +++ b/custom.ipxe @@ -2,3 +2,6 @@ ### ### netboot.xyz-custom menu ### + +echo Hello world! +sleep 10