Re: Getting rid of pxeboot loader requests for .gz an .bz2 files

2009-05-31 Thread Paul B. Mahol
On 5/31/09, Jedrzej Kalinowski wrote: > Hello, > > I've got a FreeBSD CURRENT diskless boot set up. > > In the logs of tftpd-hpa I can see that every and each file from > boot.4th to kernel modules is tried to be fetched in compressed format > (.gz, .bz2) before it is loaded in its pure form by th

Re: Getting rid of pxeboot loader requests for .gz an .bz2 files

2009-05-31 Thread Wojciech Puchar
#ifdef LOADER_BZIP2_SUPPORT &bzipfs_fsops, #endif Is it the correct idea to: make -C /usr/src/sys/boot -DLOADER_NO_GZIP_SUPPORT -DLOADER_NO_BZIP2_SUPPORT ? yes, but then you will not get any compression support, like compressed ramdisk image. but it's probably OK for you. _

Getting rid of pxeboot loader requests for .gz an .bz2 files

2009-05-31 Thread Jedrzej Kalinowski
Hello, I've got a FreeBSD CURRENT diskless boot set up. In the logs of tftpd-hpa I can see that every and each file from boot.4th to kernel modules is tried to be fetched in compressed format (.gz, .bz2) before it is loaded in its pure form by the pxe-enabled loader. So the sequence is: file.gz-