Debian Developers - Kernel

This is Interesting: Free IT Magazines  
Home > Archive > Debian Developers > January 2004 > Kernel





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Kernel
Pedro M.

2004-01-29, 9:35 am

I suggest create a command with option to install / update Linux kernel from Linux itselft.

Kernin -i

would do :

"ask the root password"
cd /usr/src
cp linuxkernel.tar.gz (ask to the user).
tar -xvzpf linuxkernel.tar.gz
cd /usr/src/linux
make xconfig
make dep
make clean
make bzImage
make install

The -m option would do:

make modules
make modules_install

----------------------

Kernin -u

would browse for patches from the actual version to the latest and would indicate to the user the time and weight of the patch files to do it

Later :

cp patch.gz /usr/src
cd /usr/src; gunzip patch.gz
cd /usr/src/linux
make clean
make xconfig
make dep
make bzImage

Regards.

Norbert Tretkowski

2004-01-29, 9:35 am

* Pedro M. wrote:
quote:

> I suggest create a command with option to install / update Linux
> kernel from Linux itselft.



You know kernel-package?

Norbert


--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com