2008/7/7 Emanuel Rumpf <xbran(a)web.de>de>:
I thought, it would probably help some of you, if I
uploaded
my rt-config for a 2.6.25.8 realtime kernel (debian system).
<snip>
tar xfj patch-2.6.25.8-rt7.bz2
zcat ../config.gz > ./.config
</snip>
You can use those compressed files directly/in-line by using the z/bz
prefixed version of cat, i.e.:
bzcat ../patch-2.6.25.8-rt7.bz2 | patch -p1
and
zcat ../config.gz >./.config
It saves a little bit of space, handy to know when you're short of it ;)
Cheers