Browse Source

This is a sample extlinux.conf and gpxe for gpxe booting.

The extlinux.conf would go in the root and the gpxe in boot/
on the stick.

Change-Id: I3db35a449c38263849e05456c359451e7adcebd9
Signed-off-by: Ron Minnich <rminnich@gmail.com>
Ron Minnich 8 years ago
parent
commit
1b71a1ccc7
2 changed files with 7 additions and 0 deletions
  1. 7 0
      util/usbstick/extlinux.conf
  2. BIN
      util/usbstick/gpxe-1.0.1+-r8169.lkrn

+ 7 - 0
util/usbstick/extlinux.conf

@@ -0,0 +1,7 @@
+PROMPT 1
+TIMEOUT 50
+
+DEFAULT gpxe
+
+label gpxe
+	kernel /boot/gpxe-1.0.1+-r8169.lkrn

BIN
util/usbstick/gpxe-1.0.1+-r8169.lkrn