From: Doug Stalker [mailto:[EMAIL PROTECTED]]
>
>> > On Tue, Sep 19, 2000 at 01:43:40PM +1100, Angus Lees wrote:
>> > > > The kernel, vmlinuz-2.2.17-idepci,
>>
>I've seen kernals with names liek this before (mandrake with its
>2.2.15mdk etc)
>but whenever I compile I get a kernel named simply after the version.
>How can
>I create a custom kernel version name when compiling  (eg:  make
>2.2.15test so
> it doesn't overwrite the contents of /modules/2.2.15)

<Evil hacky way>

mv /lib/modules/2.2.15 lib/modules/2.2.15.backup
make modules_install
mv /lib/modules/2.2.15 lib/modules/2.2.15test
mv /lib/modules/2.2.15.backup lib/modules/2.2.15

</Evil hacky way>

John Wiltshire


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to