I don’t have a site, but the FOG Wiki’s pages do have a method of you creating them. It’s really simple though.
Download the kernel.
Untar/extract the kernel source
Copy the configuration file (either from your fog installation, or you can use mine.) [url]https://mastacontrola.com/fogboot/kernel/TomElliott.config[/url]
cd into the unextraced folder:
cd linux-<version>
Copy the configuration file as (note the period before the file name) -> .config within the linux-<version> directory.
Run the command:
make ARCH=i386 menuconfig
Make any changes you need, or just exit and save the configuration.
Then once complete run:
make ARCH=i386 bzImage
Once it’s done building copy the bzImage file to your /tftpboot/fog/kernel directory, also create a copy of the original for backup if you made a mistake:
cp /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage.original
cp arch/x86/boot/bzimage /tftpboot/fog/kernel/
You should be set.
Also, here’s the link for the wiki:
[url]http://fogproject.org/wiki/index.php?title=Building_a_Custom_Kernel[/url]