In older versions i had a manual.gz, and a custom Default file in /tftpboot/pxelinux.cfg.
The main reason for this was to make it easy for Teachers on our Schools to image clients without register them in fog.
is it possible to do the same with Ipxe?
I tryed to do this by ipxe but didnt get it right, my defalut file looks like this:
DEFAULT vesamenu.c32
MENU TITLE FOG Computer Cloning Solution
MENU BACKGROUND fog/bg.png
MENU MASTER PASSWD $somepass/
menu color title 1;36;44 #ffffffff #3BB9FF std
LABEL fog.local
localboot 0
MENU DEFAULT
MENU LABEL Boot from hard disk
TEXT HELP
Boot from the local hard drive.
If you are unsure, select this option.
ENDTEXT
(This is the importat one, imaging without reg)
LABEL GENERISK Adm 2014
kernel fog/kernel/bzImage
append initrd=fog/images/manual.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=“some adress” type=down img=adm2014 ftp=192.168.222.25 storage=192.168.222.25:/images/ web=192.168.222.25/fog/ osid=5 imgType=mps shutdown= loglevel=4 fdrive=
MENU LABEL Admin Image
TEXT HELP
Tanker Generic adm image
ENDTEXT