From 0f69f63f84da07016e2300320385ffb9822bced7 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 1 Jul 2024 12:08:52 +0200 Subject: rename ipxe script dir --- scripts/helloworld.ipxe | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/helloworld.ipxe (limited to 'scripts') 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 -- cgit