signal fix
[lttv.git] / ltt / branches / poly / QUICKSTART
index f20f0250f3f6b51800a155cf7ccee4c02d2d05ac..60320757cfa34ca7b2e1c18c5cfa0bc3d1c8680a 100644 (file)
@@ -208,7 +208,7 @@ cd /usr/src
 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
+cat /usr/src/lttng/patch*-2.6.X-lttng-0.x.xx* | patch -p1
 cd ..
 mv linux-2.6.X linux-2.6.X-lttng-0.x.xx
 
@@ -247,6 +247,8 @@ make menuconfig (or make xconfig or make config)
   Select <Yes>
 make
 make modules_install
+(if necessary, create a initrd with mkinitrd or your preferate alternative)
+(mkinitrd -o /boot/initrd.img-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx)
 
 -- on X86, X86_64
 make install
@@ -398,7 +400,7 @@ how.)
 
 * Use text mode LTTV
 
-Fell free to look in /usr/local/lib/lttv/plugins to see all the text and
+Feel free to look in /usr/local/lib/lttv/plugins to see all the text and
 graphical plugins available.
 
 For example, a simple trace dump in text format is available with :
This page took 0.026428 seconds and 4 git commands to generate.