quotes for filter
[lttv.git] / ltt / branches / poly / QUICKSTART
index b5d31f7e30e64d105f1d20150a76c675f3babe52..b85dc21c630e556c2c496b5dff97b798dbb728da 100644 (file)
@@ -204,7 +204,7 @@ bzip2 -cd patch-2.6.X-lttng-0.x.xx.tar.bz2 | tar xvof -
 
 su -
 cd /usr/src
-wget http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.X.tar.bz2
+wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.X.tar.bz2
 bzip2 -cd linux-2.6.X.tar.bz2 | tar xvof -
 cd linux-2.6.X
 cat /usr/src/lttng/patch-2.6.X-lttng-0.x.xx* | patch -p1
@@ -250,7 +250,7 @@ reboot
 Select the Linux 2.6.16-lttng-0.x.xx kernel in your boot loader.
 
 -- on PowerPC
-cp vmlinux /boot/vmlinux-2.6.X-lttng-0.x.xx
+cp vmlinux.strip /boot/vmlinux-2.6.X-lttng-0.x.xx
 cp System.map /boot/System.map-2.6.X-lttng-0.x.xx
 cp .config /boot/config-2.6.X-lttng-0.x.xx
 depmod -ae -F /boot/System.map-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx
This page took 0.024033 seconds and 4 git commands to generate.