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
#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.
_
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-
3 matches
Mail list logo