pypxe / PyPXE

Pure Python PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
MIT License
547 stars 125 forks source link

Enable Static ROM Allocations in JSON Config #111

Closed psychomario closed 9 years ago

psychomario commented 9 years ago

Added the rom key in --static-config to serve specific clients specific roms.

I also cleaned up the switch slightly to make it easier to read.

mmattioli commented 9 years ago

LGTM as long as it's tested :+1:

psychomario commented 9 years ago

I tested this with pxelinux.0, I'm not able to test the EFI stuff. However, any issues related to that will not be due to this PR. This means it's probably safe to merge.