1.0.0 - List of pxeconfig files are now sorted alphabetically - Use GNU getopt. This means that option and non-option arguments may be intermixed. - hexls now sorts its output Suggested by : Ole Holm Nielsen Implemented by : Bas van der Vlies - hexls now also display link info for hex files shorter dan 8 characters. Some hex files can point to a subnet IP adddress Suggested by : Ole Holm Nielsen Implemented by : Bas van der Vlies - Added -b/--basename option. This is for host with a common prefix, eg: pxeconfig --basename gb-r40n --start 1 --end 2 --filename default.install Will create links to default.install for hosts: gb-r40n1 gb-r40n2 Implemented by: Bas van der Vlies - Added pxe-menu tools: The PXE-menu tools are used to control the booting of networked computers directly from the computer's console at the BIOS level before any operating system has been loaded. This is extremely useful for diagnostic purposes, or for selecting an operating system installation method, of an individual computer. For further information please read the files README-pxemenu and INSTALL-pxemenu. Implemented by: Ole Holm Nielsen 0.7 - Added default.memtest and default.flashqla as example how to use pxeconfig utilities for other purposes then for systemimager. - Added configure script (autoconf tools). - Replaced the debian build package system by a better one that uses the added configure script. It must now be easy to build also a rpm package. - Added a configuraton file pxeconfig.conf, eg to specify the location of pxe config directory. Closes ticket #3. - Removed the -d/--directory option for pxeconfig. It is replaced by the configuration file pxeconfig.conf (pxe_config_dir). 0.6.6 - Fixed an error in postinst script for Debian. 0.6.5 - added reading symlinks to hexls; this produces output like C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install 0.6.4: - Fixed a bug in hexls with non resolving hostnames Reported by: Ole Holm Nielsen 0.6.3: - Added hostname lookup feature to hexls. If succes it will display the HEX address, ip-number, hostname, eg: C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl 0.6.2: - Fixed a bug in the non-interactive mode reported by and fixed by: Charles Galpin from defenderhosting.com 0.6.1: - Interactive mode did not work anymore. Fixed it by adding -i/--interactive command line options. Thanks to: Walter de Jong 0.6: - Added -r|--remove option. Now it is possible to remove the pxe boot file, eg: pxeconfig --remove dummy.sara.nl Works also for the other options. 0.5 - Added support for hostnames on the command line instead of network numbers, eg: pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl 0.4.4 - Updated documentation for xinetd support + example config - Added support for xinetd in the debian package scripts Implemented by: Ramon Bastiaans 0.4.3 - Added make_deb_pkg.sh utility to make an DEBIAN package - changed port number to 6611 for pxeconfigd. Webmin is using the 10000 port number. 0.4.2 Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version' flag for printing version info. Updated the INSTALL instructions. Howto use it for systemimager 3.X versions 0.4 Pxeconfig can now be used interactively or via command line options. 0.3 Fixed a bug in hexls. The regular expression to determine if a filename is pxe hex filename or ordinary filename was wrong. 0.2.1 Bugfix now we can run pxeconfig a second time to change the pxe boot file. Reported by: Ole Holm Nielsen Phrase change use 'Select a number:' instead of 'Choice a number' Proposed by: Ole Holm Nielsen