|
Translations |
Kernel /
Documenting Your Work(redirected from Main.DocumentingYourWorkKernel) This is a modified copy of PFV howto by lee797, adapted for the Kernel Freedom Verification (KFV). Once you have volunteered to verify a section or want to work on a section, checking the license and documenting it in the wiki is a pretty simple process. Verifying a packageFirst you have to have a working environment. You need to download the version of the kernel that will come with the next release of the Ubuntu LTS (the linux-2.6.24_12.22 as of 27 march 2008). So create a new directory and run the get_kfv_environment script (don't forget to run If you don't want to use the above script then download this three files in it :
Then go to this directory and run : dpkg-source -x linux_2.6.24-12.22.dsc After that, create a symbolic link to the directory that has just been created, in command line: ln -s linux-2.6.24 linux-2.6.24_12.22 Then go to the list of files which need verification and follow the guidelines for verification. Documenting in the wikiIt would be a good idea to familiarize yourself with the basic editing techniques of PmWiki before you start in earnest. The formatting rules are really very easy, and you will find that it takes a matter of minutes to pick up the basics. When you open a link on the package list that you have volunteered for, a blank wiki page will automatically be created for that link. It is on this page that you will document the license information for that particular list.
Frequent situations
![]() Modifications to the wikiAdd to your amendments a comment for the wiki Recent Changes, it can be tracked easily by reading the changes you made. |