Comment 1 for bug 593025

Revision history for this message
Alessio Igor Bogani (abogani) wrote :

apt-get source linux-image-2.6.31-10-rt

[ -e linux-rt-2.6.31/debian/ ]
echo $?
0

cd linux-rt-2.6.31
fakeroot debian/rules apply-patchset
cp /boot/config-2.6.31-10-rt .config
make oldconfig
echo $?
0