I would like to use knoopix to build a bootp/tftp server to allow unexperimented people to download binary image to PowerPc industrial board. BootP/Tftp server should be ready after booting a knoopix CD. Then Bootp request is automatically done when PowerPc board is powered-on
I already know how to do that on Windows machine with expensive softwares.
My question is :
how customize a knoopix CD to :
- add my own bootp table as /etc/bootptab
- add my own PowerPc image as /home/PPCimages/boardnumber.prp
- set the IP adress to something like 192.168.0.1
- set the arp table to add the mac address of my PPC board
- run automatically the bootp server daemon and the tftp server daemon.

I'm not a newbie in software but in linux administration and knoopixjavascript:emoticon('') .

Thanks