Penguin
Diff: KernelPackageNotes
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of KernelPackageNotes.

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

Newer page: version 2 Last edited on Wednesday, May 14, 2003 11:53:00 am by DanielLawson Revert
Older page: version 1 Last edited on Wednesday, May 14, 2003 11:16:13 am by DanielLawson Revert
@@ -28,8 +28,10 @@
 Finally, to get make-kpkg to build this kernel you give it the target of 'kernel_image'. This creates a .deb with the kernel image, system map, config file for the kernel, and the kernel modules tree. When you install the .deb, if you set up your /etc/kernel-img.conf correctly, it'll even configure your bootloader properl 
  
  make-kpkg -revision=1 --append-to-version=-SMP-1 kernel_image 
  
+ ls ../*.deb  
+ kernel-image-2.4.20-SMP-1_1_i386.deb  
  
 ---- 
 Another feature of make-kpkg is that it will build .debs for any module sources you have installed that are outside the kernel tree. The condition is that they must exist in /usr/src/modules - which is the case if a debian source package existed for them. One example of this is lm-sesnors. 
  
@@ -37,4 +39,7 @@
  
 eg: 
  
  make-kpkg -revision=1 --append-to-version=-SMP-1 kernel_image modules_image 
+ ls ../*.deb  
+ kernel-image-2.4.20-SMP-1_1_i386.deb  
+ lm-sensors-2.4.20-SMP-1_2.6.3-5+1_i386.deb