summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-07-01 12:08:52 +0200
committerGerd Hoffmann <kraxel@redhat.com>2024-07-01 12:08:52 +0200
commit0f69f63f84da07016e2300320385ffb9822bced7 (patch)
tree4a93f6c209ac1c0674e451d2b236c83dfb81e5b0
parentb56b7555ecbf3d9e0e688861afd8e66782045d61 (diff)
downloadipxe-tests-0f69f63f84da07016e2300320385ffb9822bced7.tar.gz
rename ipxe script dir
-rw-r--r--network/test-ipxe-ipv4-aarch64.xml2
-rw-r--r--network/test-ipxe-ipv4-x86_64.xml2
-rw-r--r--network/test-ipxe-ipv6-aarch64.xml2
-rw-r--r--network/test-ipxe-ipv6-x86_64.xml2
-rw-r--r--scripts/helloworld.ipxe (renamed from ipxe/helloworld.ipxe)0
5 files changed, 4 insertions, 4 deletions
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 @@
<dnsmasq:option value='dhcp-boot=tag:aa64-pxe,arm64-efi/snponly.efi,,192.168.44.1'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='dhcp-userclass=set:ipxe,iPXE'/>
- <dnsmasq:option value='dhcp-boot=tag:ipxe,tests/helloworld.ipxe,,192.168.44.1'/>
+ <dnsmasq:option value='dhcp-boot=tag:ipxe,tests/scripts/helloworld.ipxe,,192.168.44.1'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='enable-tftp=testipxe4'/>
<dnsmasq:option value='tftp-root=/usr/share/ipxe'/>
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 @@
<dnsmasq:option value='dhcp-boot=tag:aa64-pxe,ipxe-snponly-x86_64.efi,,192.168.44.1'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='dhcp-userclass=set:ipxe,iPXE'/>
- <dnsmasq:option value='dhcp-boot=tag:ipxe,tests/helloworld.ipxe,,192.168.44.1'/>
+ <dnsmasq:option value='dhcp-boot=tag:ipxe,tests/scripts/helloworld.ipxe,,192.168.44.1'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='enable-tftp=testipxe4'/>
<dnsmasq:option value='tftp-root=/usr/share/ipxe'/>
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 @@
<dnsmasq:option value='dhcp-option=option6:bootfile-url,tftp://[fd00:2342::1]/arm64-efi/snponly.efi'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='dhcp-userclass=set:ipxe,iPXE'/>
- <dnsmasq:option value='dhcp-option=tag:ipxe,option6:bootfile-url,tftp://[fd00:2342::1]/tests/helloworld.ipxe'/>
+ <dnsmasq:option value='dhcp-option=tag:ipxe,option6:bootfile-url,tftp://[fd00:2342::1]/tests/scripts/helloworld.ipxe'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='enable-tftp=testipxe6'/>
<dnsmasq:option value='tftp-root=/usr/share/ipxe'/>
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 @@
<dnsmasq:option value='dhcp-option=option6:bootfile-url,tftp://[fd00:2342::1]/ipxe-snponly-x86_64.efi'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='dhcp-userclass=set:ipxe,iPXE'/>
- <dnsmasq:option value='dhcp-option=tag:ipxe,option6:bootfile-url,tftp://[fd00:2342::1]/tests/helloworld.ipxe'/>
+ <dnsmasq:option value='dhcp-option=tag:ipxe,option6:bootfile-url,tftp://[fd00:2342::1]/tests/scripts/helloworld.ipxe'/>
<dnsmasq:option value='#'/>
<dnsmasq:option value='enable-tftp=testipxe6'/>
<dnsmasq:option value='tftp-root=/usr/share/ipxe'/>
diff --git a/ipxe/helloworld.ipxe b/scripts/helloworld.ipxe
index 36c1403..36c1403 100644
--- a/ipxe/helloworld.ipxe
+++ b/scripts/helloworld.ipxe