public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux Kernel Information & Install Kernel Script
@ 2002-02-07 11:40 Justin Piszcz
  2002-02-07 21:53 ` H. Peter Anvin
  0 siblings, 1 reply; 5+ messages in thread
From: Justin Piszcz @ 2002-02-07 11:40 UTC (permalink / raw)
  To: lk

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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux Kernel Information & Install Kernel Script
  2002-02-07 11:40 Linux Kernel Information & Install Kernel Script Justin Piszcz
@ 2002-02-07 21:53 ` H. Peter Anvin
  2002-02-07 22:11   ` Justin Piszcz
  0 siblings, 1 reply; 5+ messages in thread
From: H. Peter Anvin @ 2002-02-07 21:53 UTC (permalink / raw)
  To: linux-kernel

Followup to:  <3C6267B7.30A3020D@starband.net>
By author:    Justin Piszcz <war@starband.net>
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
-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt	<amsp@zytor.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux Kernel Information & Install Kernel Script
  2002-02-07 21:53 ` H. Peter Anvin
@ 2002-02-07 22:11   ` Justin Piszcz
  2002-02-07 22:23     ` H. Peter Anvin
  2002-02-08  0:37     ` J.A. Magallon
  0 siblings, 2 replies; 5+ messages in thread
From: Justin Piszcz @ 2002-02-07 22:11 UTC (permalink / raw)
  To: H. Peter Anvin; +Cc: linux-kernel

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:  <3C6267B7.30A3020D@starband.net>
> By author:    Justin Piszcz <war@starband.net>
> 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
> --
> <hpa@transmeta.com> at work, <hpa@zytor.com> in private!
> "Unix gives you enough rope to shoot yourself in the foot."
> http://www.zytor.com/~hpa/puzzle.txt    <amsp@zytor.com>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux Kernel Information & Install Kernel Script
  2002-02-07 22:11   ` Justin Piszcz
@ 2002-02-07 22:23     ` H. Peter Anvin
  2002-02-08  0:37     ` J.A. Magallon
  1 sibling, 0 replies; 5+ messages in thread
From: H. Peter Anvin @ 2002-02-07 22:23 UTC (permalink / raw)
  To: Justin Piszcz; +Cc: linux-kernel

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux Kernel Information & Install Kernel Script
  2002-02-07 22:11   ` Justin Piszcz
  2002-02-07 22:23     ` H. Peter Anvin
@ 2002-02-08  0:37     ` J.A. Magallon
  1 sibling, 0 replies; 5+ messages in thread
From: J.A. Magallon @ 2002-02-08  0:37 UTC (permalink / raw)
  To: Justin Piszcz; +Cc: H. Peter Anvin, linux-kernel


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:  <3C6267B7.30A3020D@starband.net>
>> By author:    Justin Piszcz <war@starband.net>
>> 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
>> --
>> <hpa@transmeta.com> at work, <hpa@zytor.com> in private!
>> "Unix gives you enough rope to shoot yourself in the foot."
>> http://www.zytor.com/~hpa/puzzle.txt    <amsp@zytor.com>
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> 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 majordomo@vger.kernel.org
>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:jamagallon@able.es
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-02-08  0:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-07 11:40 Linux Kernel Information & Install Kernel Script Justin Piszcz
2002-02-07 21:53 ` H. Peter Anvin
2002-02-07 22:11   ` Justin Piszcz
2002-02-07 22:23     ` H. Peter Anvin
2002-02-08  0:37     ` J.A. Magallon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox