summaryrefslogtreecommitdiffstats
path: root/contrib/scripts/static.gpxe
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/scripts/static.gpxe')
-rw-r--r--contrib/scripts/static.gpxe8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/scripts/static.gpxe b/contrib/scripts/static.gpxe
deleted file mode 100644
index e3539fc0..00000000
--- a/contrib/scripts/static.gpxe
+++ /dev/null
@@ -1,8 +0,0 @@
-#!gpxe
-ifopen net0
-set net0/ip 10.0.2.15
-set net0/netmask 255.255.255.0
-set net0/gateway 10.0.2.2
-set net0/dns 10.0.2.3
-kernel http://etherboot.org/gtest/gtest.gpxe
-boot gtest.gpxe