2002-02-07 11:41:32

by Justin Piszcz

[permalink] [raw]
Subject: Linux Kernel Information & Install Kernel Script

New site: http://www.installkernel.com/
It is very light at the moment.

1] Latest news about the kernel:
http://www.installkernel.com/kernel.html
Anything else I should add under 2.4.17?

2] Install Kernel (bash script which I am working on)
http://www.installkernel.com/ik/index.html
ik-0.8.9: Adds -b option, you can build and install the kernel from
the current directory with -b.
Summary of ik:
Install Kernel (ik) is a bash script that installs the Linux kernel
and automatically sets up LILO or GRUB.
It also saves your kernel configuration each time you do an install.
This allows you to restore the newest
configuration file when you make a new kernel. This script is
intended for two groups of people; people
new to compiling kernels, and people who are tired of moving files
around and editing their bootloader
configurations every time they install a new kernel.





2002-02-07 21:54:17

by H. Peter Anvin

[permalink] [raw]
Subject: Re: Linux Kernel Information & Install Kernel Script

Followup to: <[email protected]>
By author: Justin Piszcz <[email protected]>
In newsgroup: linux.dev.kernel
>
> New site: http://www.installkernel.com/
> It is very light at the moment.
>
> 1] Latest news about the kernel:
> http://www.installkernel.com/kernel.html
> Anything else I should add under 2.4.17?
>
> 2] Install Kernel (bash script which I am working on)
> http://www.installkernel.com/ik/index.html
> ik-0.8.9: Adds -b option, you can build and install the kernel from
> the current directory with -b.
> Summary of ik:
> Install Kernel (ik) is a bash script that installs the Linux kernel
> and automatically sets up LILO or GRUB.
> It also saves your kernel configuration each time you do an install.
> This allows you to restore the newest
> configuration file when you make a new kernel. This script is
> intended for two groups of people; people
> new to compiling kernels, and people who are tired of moving files
> around and editing their bootloader
> configurations every time they install a new kernel.
>

Sounds like you should make this work as /sbin/installkernel.

-hpa
--
<[email protected]> at work, <[email protected]> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt <[email protected]>

2002-02-07 22:12:27

by Justin Piszcz

[permalink] [raw]
Subject: Re: Linux Kernel Information & Install Kernel Script

Perhaps, however I began ik in December 2000.
No /sbin/installkernel existed at the time.
And /sbin/installkernel doesn't support grub on my rh72 box.
Nor does it check dependencies, etc, etc.

"H. Peter Anvin" wrote:

> Followup to: <[email protected]>
> By author: Justin Piszcz <[email protected]>
> In newsgroup: linux.dev.kernel
> >
> > New site: http://www.installkernel.com/
> > It is very light at the moment.
> >
> > 1] Latest news about the kernel:
> > http://www.installkernel.com/kernel.html
> > Anything else I should add under 2.4.17?
> >
> > 2] Install Kernel (bash script which I am working on)
> > http://www.installkernel.com/ik/index.html
> > ik-0.8.9: Adds -b option, you can build and install the kernel from
> > the current directory with -b.
> > Summary of ik:
> > Install Kernel (ik) is a bash script that installs the Linux kernel
> > and automatically sets up LILO or GRUB.
> > It also saves your kernel configuration each time you do an install.
> > This allows you to restore the newest
> > configuration file when you make a new kernel. This script is
> > intended for two groups of people; people
> > new to compiling kernels, and people who are tired of moving files
> > around and editing their bootloader
> > configurations every time they install a new kernel.
> >
>
> Sounds like you should make this work as /sbin/installkernel.
>
> -hpa
> --
> <[email protected]> at work, <[email protected]> in private!
> "Unix gives you enough rope to shoot yourself in the foot."
> http://www.zytor.com/~hpa/puzzle.txt <[email protected]>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2002-02-07 22:24:57

by H. Peter Anvin

[permalink] [raw]
Subject: Re: Linux Kernel Information & Install Kernel Script

Justin Piszcz wrote:

> Perhaps, however I began ik in December 2000.
> No /sbin/installkernel existed at the time.


Bullsh*t. /sbin/installkernel has existed since 1993 or thereabouts.

-hpa


2002-02-08 00:37:39

by J.A. Magallon

[permalink] [raw]
Subject: Re: Linux Kernel Information & Install Kernel Script


On 20020207 Justin Piszcz wrote:
>Perhaps, however I began ik in December 2000.
>No /sbin/installkernel existed at the time.
>And /sbin/installkernel doesn't support grub on my rh72 box.
>Nor does it check dependencies, etc, etc.
>

You should really take a look at /sbin/installkernel from Mandrake.
Bootloader autodetection (lilo-grub), old kernel backup, adds entries in
loader config file... a bunch of features. Do not reinvent
the whell.

Perhaps it is time for RedHat to turn heads towards Mandrake.


>"H. Peter Anvin" wrote:
>
>> Followup to: <[email protected]>
>> By author: Justin Piszcz <[email protected]>
>> In newsgroup: linux.dev.kernel
>> >
>> > New site: http://www.installkernel.com/
>> > It is very light at the moment.
>> >
>> > 1] Latest news about the kernel:
>> > http://www.installkernel.com/kernel.html
>> > Anything else I should add under 2.4.17?
>> >
>> > 2] Install Kernel (bash script which I am working on)
>> > http://www.installkernel.com/ik/index.html
>> > ik-0.8.9: Adds -b option, you can build and install the kernel from
>> > the current directory with -b.
>> > Summary of ik:
>> > Install Kernel (ik) is a bash script that installs the Linux kernel
>> > and automatically sets up LILO or GRUB.
>> > It also saves your kernel configuration each time you do an install.
>> > This allows you to restore the newest
>> > configuration file when you make a new kernel. This script is
>> > intended for two groups of people; people
>> > new to compiling kernels, and people who are tired of moving files
>> > around and editing their bootloader
>> > configurations every time they install a new kernel.
>> >
>>
>> Sounds like you should make this work as /sbin/installkernel.
>>
>> -hpa
>> --
>> <[email protected]> at work, <[email protected]> in private!
>> "Unix gives you enough rope to shoot yourself in the foot."
>> http://www.zytor.com/~hpa/puzzle.txt <[email protected]>
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to [email protected]
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to [email protected]
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
>
>
--
J.A. Magallon # Let the source be with you...
mailto:[email protected]
Mandrake Linux release 8.2 (Cooker) for i586
Linux werewolf 2.4.18-pre8-slb #1 SMP Tue Feb 5 01:43:29 CET 2002 i686