summaryrefslogtreecommitdiffstats
path: root/pharos-validator/src/pxe_initrd/config.mk
diff options
context:
space:
mode:
authorTodd Gaunt <singularik@iol.unh.edu>2016-10-03 16:02:12 -0400
committerTodd Gaunt <singularik@iol.unh.edu>2016-10-03 16:02:12 -0400
commit4f0ecb702a601d122f261a134007377435e4aca1 (patch)
tree40acae3074ab4a5ec1287e282b31646d22ed55be /pharos-validator/src/pxe_initrd/config.mk
parent6ecb8d290c106e41d0f5a446e7aa878a219224ff (diff)
Add pharos-validator tool
Change-Id: I38e077c2c90059e39ee9871abf5d867a875827a3 Signed-off-by: Todd Gaunt <singularik@iol.unh.edu>
Diffstat (limited to 'pharos-validator/src/pxe_initrd/config.mk')
-rw-r--r--pharos-validator/src/pxe_initrd/config.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/pharos-validator/src/pxe_initrd/config.mk b/pharos-validator/src/pxe_initrd/config.mk
new file mode 100644
index 0000000..7ff47b8
--- /dev/null
+++ b/pharos-validator/src/pxe_initrd/config.mk
@@ -0,0 +1,22 @@
+# pxe_initrd version
+VERSION=1
+
+# Customize below to fit your system
+
+# paths
+PREFIX=/usr/
+MANPREFIX=${PREFIX}/share/man
+TFTPPATH=/var/lib/tftpboot
+DESTDIR=/
+
+# See MIRRORS.txt for available mirrors as of 2016-06-21, a new version of this file can be found at http://nl.alpinelinux.org/alpine/MIRRORS.txt
+mirror="http://dl-cdn.alpinelinux.org/alpine/"
+
+# For latest bleeding edge software
+version="2.6.7-r1"
+branch="edge"
+
+# For a stable versioned release
+#version="2.6.7-r0"
+#branch="latest-stable"
+