[LAU] debian realtime kernel config 2.6.25.8.rt7
Giuseppe Zompatori
siliconjoe at gmail.com
Mon Jul 7 16:31:30 EDT 2008
2008/7/7 Emanuel Rumpf <xbran at web.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
More information about the Linux-audio-user
mailing list