2002-02-20 04:04:02

by Dale Amon

[permalink] [raw]
Subject: make install doesn't work for kernel factories

The following does not work:

make DESTDIR=/my/target/root install

it calls

exec /sbin/installkernel 2.4.17 bzImage /my/source/directory/linux-2.4.17/System.map

and proceeds to drop it on top of the local machine's
kernel. installkernel should honor the selection of
a different root.

--
------------------------------------------------------
Nuke bin Laden: Dale Amon, CEO/MD
improve the global Islandone Society
gene pool. http://www.islandone.org
------------------------------------------------------


2002-02-20 04:35:27

by Justin Piszcz

[permalink] [raw]
Subject: Re: make install doesn't work for kernel factories

Have you looked at http://www.installkernel.com/ ?
ik -i does the install.

Dale Amon wrote:

> The following does not work:
>
> make DESTDIR=/my/target/root install
>
> it calls
>
> exec /sbin/installkernel 2.4.17 bzImage /my/source/directory/linux-2.4.17/System.map
>
> and proceeds to drop it on top of the local machine's
> kernel. installkernel should honor the selection of
> a different root.
>
> --
> ------------------------------------------------------
> Nuke bin Laden: Dale Amon, CEO/MD
> improve the global Islandone Society
> gene pool. http://www.islandone.org
> ------------------------------------------------------
> -
> 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-20 05:08:02

by Dale Amon

[permalink] [raw]
Subject: Re: make install doesn't work for kernel factories

On Tue, Feb 19, 2002 at 11:33:47PM -0500, Justin Piszcz wrote:
> Have you looked at http://www.installkernel.com/ ?
> ik -i does the install.

But it doesn't seem to have an argument by which you
can tell it to install in for example:

/somedisk/workdir/cdbuildroot/boot/

instead of:

/boot

I've got my own equivalent of lk btw... but I don't
use it to install on the *build* machine. I'm building
for CDROM's and into directories that will be tar'd
up and scp'd to other machines that do not have
compilers installed.

--
------------------------------------------------------
Nuke bin Laden: Dale Amon, CEO/MD
improve the global Islandone Society
gene pool. http://www.islandone.org
------------------------------------------------------