Lines Matching refs:rc3
329 # first an example of moving from 2.6.12 to 2.6.13-rc3
331 $ patch -p1 < ../patch-2.6.13-rc3 # apply the 2.6.13-rc3 patch
333 $ mv linux-2.6.12 linux-2.6.13-rc3 # rename the source dir
335 # now let's move from 2.6.13-rc3 to 2.6.13-rc5
336 $ cd ~/linux-2.6.13-rc3 # change into the 2.6.13-rc3 dir
337 $ patch -p1 -R < ../patch-2.6.13-rc3 # revert the 2.6.13-rc3 patch
340 $ mv linux-2.6.13-rc3 linux-2.6.13-rc5 # rename the source dir
363 named 2.6.13-rc3-git2 applies to the source of the 2.6.13-rc3 kernel.
436 # moving from 2.6.12-mm1 to 2.6.13-rc3-mm3
440 $ patch -p1 < ../patch-2.6.13-rc3 # apply the 2.6.13-rc3 patch
441 # we now have a 2.6.13-rc3 source
442 $ patch -p1 < ../2.6.13-rc3-mm3 # apply the 2.6.13-rc3-mm3 patch
444 $ mv linux-2.6.12-mm1 linux-2.6.13-rc3-mm3 # rename the source dir