#! /bin/sh
cd /usr/src
echo "root	 ALL=(ALL) ALL" > /etc/sudoers
chmod 0440 /etc/sudoers
tar -xvjf rtai-3.2.tar.bz2
rm linux ; ln -s linux-2.4.31 linux
cd rtai-3.2
./configure
make install
cd /usr/src
rm -rf rtai-3.2
