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 --- ipxe/helloworld.ipxe | 5 ----- network/test-ipxe-ipv4-aarch64.xml | 2 +- network/test-ipxe-ipv4-x86_64.xml | 2 +- network/test-ipxe-ipv6-aarch64.xml | 2 +- network/test-ipxe-ipv6-x86_64.xml | 2 +- scripts/helloworld.ipxe | 5 +++++ 6 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 ipxe/helloworld.ipxe create mode 100644 scripts/helloworld.ipxe diff --git a/ipxe/helloworld.ipxe b/ipxe/helloworld.ipxe deleted file mode 100644 index 36c1403..0000000 --- a/ipxe/helloworld.ipxe +++ /dev/null @@ -1,5 +0,0 @@ -#!ipxe -echo -echo hello world from ipxe script -echo -shell diff --git a/network/test-ipxe-ipv4-aarch64.xml b/network/test-ipxe-ipv4-aarch64.xml index 8ba7148..c458cf8 100644 --- a/network/test-ipxe-ipv4-aarch64.xml +++ b/network/test-ipxe-ipv4-aarch64.xml @@ -13,7 +13,7 @@ - + diff --git a/network/test-ipxe-ipv4-x86_64.xml b/network/test-ipxe-ipv4-x86_64.xml index 216148d..7c26162 100644 --- a/network/test-ipxe-ipv4-x86_64.xml +++ b/network/test-ipxe-ipv4-x86_64.xml @@ -13,7 +13,7 @@ - + diff --git a/network/test-ipxe-ipv6-aarch64.xml b/network/test-ipxe-ipv6-aarch64.xml index 101363c..2445a37 100644 --- a/network/test-ipxe-ipv6-aarch64.xml +++ b/network/test-ipxe-ipv6-aarch64.xml @@ -11,7 +11,7 @@ - + diff --git a/network/test-ipxe-ipv6-x86_64.xml b/network/test-ipxe-ipv6-x86_64.xml index a090134..f29c083 100644 --- a/network/test-ipxe-ipv6-x86_64.xml +++ b/network/test-ipxe-ipv6-x86_64.xml @@ -11,7 +11,7 @@ - + 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