Penguin
Diff: IPSecInstallation
EditPageHistoryDiffInfoLikePages

Differences between version 11 and revision by previous author of IPSecInstallation.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 11 Last edited on Wednesday, April 23, 2003 10:44:52 am by PerryLorier Revert
Older page: version 10 Last edited on Wednesday, April 23, 2003 10:18:29 am by CraigBox Revert
@@ -43,9 +43,9 @@
 export PATCH_THE_KERNEL=YES 
 cd /usr/src/kernel-source-whatever 
 make-kpkg --config=menuconfig --revision=whatever kernel_image 
  
-When make-kpkg runs, if PATCH_THE_KERNEL is set YES then it will unpatch (clean) and patch the kernel with the contents of /usr/src/kernel-patches/ that are correct for your architecture. The --config=menconfig step is designed to let you configure all the flash new options that FreeS/WAN provides. 
+When make-kpkg runs, if PATCH_THE_KERNEL is set YES then it will unpatch (clean) and patch the kernel with the contents of /usr/src/kernel-patches/ that are correct for your architecture. The --config=menuconfig step is designed to let you configure all the flash new options that FreeS/WAN provides. 
  
 ---- 
 [1]: oldgo is the target for compiling statically against the kernel source. The alternative (for a module) is oldmod. 
 [2]: kinstall is the target for installing statically against the kernel source. The alternative (for a module) is minstall. Note that this step seems to attempt to auto-install the new kernel if you are running lilo.. I don't so it didn't do anything but beware.