pypxe / PyPXE

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

Preliminary Cleanup #87

Closed mmattioli closed 9 years ago

mmattioli commented 9 years ago

Proposal

Preliminary cleanup of all changes made to development before merging to master to complete release v1.6.

psychomario commented 9 years ago
|__`--no-ipxe`__|Disable iPXE ROM|`True`|
|__`--no-http`__|Disable built-in HTTP server|`True`|
|__`--no-dhcp`__|Disable built-in DHCP server|`True`|
|__`--tftp`__|Enable built-in TFTP server which is enabled by default|`True`|
mmattioli commented 9 years ago

Can you elaborate?

psychomario commented 9 years ago

Apologies, I sent the message in a rush. I'll go back and edit.

mmattioli commented 9 years ago

@psychomario I think I got all of your points above

psychomario commented 9 years ago

Yeah, and the rest all looks good to me.

mmattioli commented 9 years ago

@psychomario, all good to merge? We can test development after this is merged.

psychomario commented 9 years ago

Looks good to me!