Correct 'i.e.' to 'e.g.'

svn path=/dists/trunk/linux-2.6/; revision=14776
This commit is contained in:
Ben Hutchings 2009-12-12 01:04:34 +00:00
parent 99471ea878
commit 46a955c619
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ Updating the upstream source
1) You can use either:
a) a git repository of the kernel source
b) a kernel tarball from kernel.org (ie, linux-2.6.25.tar.bz2)
and, optionally, a patch (i.e. patch-2.6.26-rc3.bz2).
b) a kernel tarball from kernel.org (e.g. linux-2.6.25.tar.bz2)
and, optionally, a patch (e.g. patch-2.6.26-rc3.bz2).
2) Run ./debian/bin/genorig.py <repository>
or ./debian/bin/genorig.py <tarball> [patch]
This will produce ../orig/linux-2.6_<version>.orig.tar.gz
(i.e. linux-2.6_2.6.26~rc3.orig.tar.gz).
(e.g. linux-2.6_2.6.26~rc3.orig.tar.gz).
3) Unpack linux-2.6-<version>.orig.tar.gz, cd into the new directory,
and do a 'svn export' to get the debian/ subdirectory.