[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kernel --append-to-version



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"?
the steps were as follows:

thanks

****************************************************************
$ls -l /boot
-rw-r--r-- 1 root root   65416 2006-03-06 23:30 config-2.6.15-1-686
drwxr-xr-x 2 root root    1024 2006-09-19 18:34 grub
-rw-r--r-- 1 root root 4722380 2006-09-19 21:09 initrd.img-2.6.15-1-686
-rw-r--r-- 1 root root  680667 2006-03-07 02:31 System.map-2.6.15-1-686
-rw-r--r-- 1 root root 1147143 2006-03-07 02:30 vmlinuz-2.6.15-1-686


$ sudo apt-get install linux-source-2.6.16
$ cd /usr/src
$ rm linux
$ tar -jxf linux-source-2.6.16.tar.bz2
$ ln -s linux-source-2.6.16 linux
$ cd linux
$ cp /boot/config-2.6.15-1-686 .config
$ make oldconfig
$ make menuconfig
$ fakeroot make-kpkg clean
$ fakeroot make-kpkg --append-to-version=.060919 kernel_image


once I fix this problem I will do
$ cd ../
$ su
# dpkg -i kernel-image-2.6.16.060919_10.00.Custom_i386.deb
# rm linux
# cd /boot
# mkboot /boot/vmlinuz-"new kernel"
# dpkg -P kernel-image-"old kernel"
   


Get your email and more, right on the new Yahoo.com
Reply to: