Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2009 02:30:26 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Jedrzej Kalinowski <kalinoj1@iem.pw.edu.pl>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Getting rid of pxeboot loader requests for .gz an .bz2 files
Message-ID:  <alpine.BSF.2.00.0906010227080.27329@wojtek.tensor.gdynia.pl>
In-Reply-To: <4A230199.6090107@iem.pw.edu.pl>
References:  <4A230199.6090107@iem.pw.edu.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
> #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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0906010227080.27329>