From: Michael Tremer Date: Fri, 17 Dec 2010 14:23:30 +0000 (+0100) Subject: Initial import. X-Git-Tag: v1.0~8 X-Git-Url: http://git.ipfire.org/?p=oddments%2Fipfire-netboot.git;a=commitdiff_plain;h=65b36ef7edadc4143773d700e06ff9dc52f0bcdf Initial import. --- 65b36ef7edadc4143773d700e06ff9dc52f0bcdf diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8c5adb4 --- /dev/null +++ b/.gitmodules @@ -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 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 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 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 index 0000000..1ea5f0b --- /dev/null +++ b/ipfireboot.gpxe @@ -0,0 +1,6 @@ +#!gpxe + +# Try to boot from DHCP. +dhcp net0 + +chain http://boot.ipfire.org/files/menu.gpxe