updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / rtai-kernel / rtai-kernel.install
blob3811d26c4883ff51e9792509a357732e2802e3a2
1 custom=rtai-kernel
2 KERNEL_VERSION=2.6.35.7-RTAI
4 post_install () {
5   echo "Running depmod..."
6   depmod -v $KERNEL_VERSION > /dev/null 2>&1
7   #Make the initial ramdisk
8   echo "Creating the initrd..."
9   /sbin/mkinitcpio -p $custom
10   echo "You must now edit menu.lst or grub.cfg and add vmlinuz-rtai and rtai-initrd.img to the file"
11   echo "For a significant improvement in latency..."
12   echo "Please add the following on the kernel command line within the GRUB file:"
13   echo "isolcpus=1"