]> git.ipfire.org Git - oddments/ipfire-netboot.git/commitdiff
Initial import.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 17 Dec 2010 14:23:30 +0000 (15:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 17 Dec 2010 14:23:30 +0000 (15:23 +0100)
.gitmodules [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
gpxe [new submodule]
ipfireboot.gpxe [new file with mode: 0644]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..8c5adb4
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "gpxe"]
+       path = gpxe
+       url = git://git.etherboot.org/scm/gpxe.git
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..db35636
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+
+SCRIPTS = $(CURDIR)/ipfireboot.gpxe
+
+all:
+       make -C gpxe/src EMBEDDED_IMAGE=$(SCRIPTS)
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..df6a86d
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+
+       You need to checkout the submodules if you want to build this feature.
+
+               git submodule init
+               git submodule update
diff --git a/gpxe b/gpxe
new file mode 160000 (submodule)
index 0000000..c780ec8
--- /dev/null
+++ b/gpxe
@@ -0,0 +1 @@
+Subproject commit c780ec88551e0ecee345025946702aace1dda500
diff --git a/ipfireboot.gpxe b/ipfireboot.gpxe
new file mode 100644 (file)
index 0000000..1ea5f0b
--- /dev/null
@@ -0,0 +1,6 @@
+#!gpxe
+
+# Try to boot from DHCP.
+dhcp net0
+
+chain http://boot.ipfire.org/files/menu.gpxe