Re: kernel --append-to-version

2006-09-21 Thread Jon Dowland
Fred J. wrote: Hi I just built a kernel based on the steps below and got this linux-image-2.6.16.060919_2.6.16.060919-10.00.Custom_i386.deb my quetion is why this "2.6.16.060919_2.6.16.060919" and not just "2.6.16.060919"? > linux-image-2.6.16.060919_2.6.16.060919-10.00.Custom_i386.deb <---

Re: kernel --append-to-version

2006-09-20 Thread Ismael Valladolid Torres
KS escribe: > ~/$ make-kpkg -rev Custom.060919 kernel_image I use: make-kpkg --revision `hostname`.`date +%Y%m%d` Or I change `hostname` by a different hostname if I am targetting different configuration options. Thus looking at package name it reminds my why and when I compiled that kernel. Co

Re: kernel --append-to-version

2006-09-19 Thread KS
Fred J. wrote: > Hi > > I just built a kernel based on the steps below and got this > linux-image-2.6.16.060919_2.6.16.060919-10.00.Custom_i386.deb > > my quetion is why this "2.6.16.060919_2.6.16.060919" and not just > "2.6.16.060919"? >From the debian docs(http://www.debian.org/doc/FAQ/ch-kern

kernel --append-to-version

2006-09-19 Thread Fred J.
HiI just built a kernel based on the steps below and got this linux-image-2.6.16.060919_2.6.16.060919-10.00.Custom_i386.debmy quetion is why this "2.6.16.060919_2.6.16.060919" and not just"2.6.16.060919"?the steps were as follows:thanks **