Changeset 02a019ce37e905576ea50afe3477d127accbbcfd
- Timestamp:
- 05/17/10 10:12:40 (21 months ago)
- Author:
- Frederic Lepied <frederic.lepied@…>
- Children:
- 55eb9b9aed51fb600b71624611330d5f3b1508cf
- Parents:
- a6b45f14c9843bd114b68a6b0c1e478cd2574e4a
- git-committer:
- Frederic Lepied <frederic.lepied@…> (05/17/10 10:12:40)
- Message:
-
0.7.1
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r338af1e
|
r02a019c
|
|
| 8 | 8 | #--------------------------------------------------------------- |
| 9 | 9 | |
| 10 | | VERSION=0.7 |
| | 10 | VERSION=0.7.1 |
| 11 | 11 | |
| 12 | 12 | bindir=/usr/bin |
| … |
… |
|
| 24 | 24 | install -m 644 pxe/pxemngr.conf $(DESTDIR)$(etcdir)/pxemngr.conf |
| 25 | 25 | install *.py $(DESTDIR)$(libdir)/ |
| 26 | | install pxe/*.py pxe/{addsystem,dpysystem,nextboot,syncbootnames} $(DESTDIR)$(libdir)/pxe/ |
| | 26 | install pxe/*.py pxe/{addsystem,dpysystem,nextboot,syncbootnames,delsystem} $(DESTDIR)$(libdir)/pxe/ |
| 27 | 27 | install tester/*.py tester/{dpytest,nexttest,synctestnames} $(DESTDIR)$(libdir)/tester/ |
| 28 | 28 | |
-
|
r338af1e
|
r02a019c
|
|
| | 1 | * 17 May 2010: 0.7.1 |
| | 2 | o use IP addresses hexa mask in uppercase to be in sync with tftp conventions use by PXE. |
| | 3 | o really distribute delsystem in archive. |
| 1 | 4 | * 12 May 2010: 0.7 |
| 2 | 5 | o allow to use IP addresses and sub-adresses instead of mac addresses. |