Add pharos-validator tool
[pharos.git] / tools / pharos-validator / src / pxe_initrd / config.mk
1 # pxe_initrd version
2 VERSION=1
3
4 # Customize below to fit your system
5
6 # paths
7 PREFIX=/usr/
8 MANPREFIX=${PREFIX}/share/man
9 TFTPPATH=/var/lib/tftpboot
10 DESTDIR=/
11
12 # 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
13 mirror="http://dl-cdn.alpinelinux.org/alpine/"
14
15 # For latest bleeding edge software
16 version="2.6.7-r1"
17 branch="edge"
18
19 # For a stable versioned release
20 #version="2.6.7-r0"
21 #branch="latest-stable"
22