Re: make-kpkg questions

1999-09-30 Thread Bob Nielsen
You should be able to achieve what you want by editing
/usr/share/kernel-package/rules and the various preinst, postinst,
prerm and postrm scripts.  Also see 'man kernel-pkg.conf' for
a way to put vmlinuz in /boot instead of /.

It sounds like it may be easier to let it install per the defaults and
then run a script which renames the files (and edits lilo.conf).


On Thu, Sep 30, 1999 at 11:24:10PM +0200, peter karlsson wrote:
> Hi!
> 
> Just learned to use make-kpkg, *but*, I want to do some things differently:
> 
> 1. How do I tell it not to create a /vmlinuz symlink in the root directory?
>I want my root directory clean (i.e no files at all)
>(Also, it complained when there wasn't a /vmlinuz already, thought I
>was doing a new install)
> 
> 2. How do I tell it to use another name for my kernels image file (I've
>never really liked "vmlinuz" anyway)?
> 
> -- 
> \\//
> peter - http://www.softwolves.pp.se/
>   - and God said: nohup make World >& World.log &
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

-- 
Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


Re: make-kpkg questions

1999-09-30 Thread Brian Servis
*- On 30 Sep, peter karlsson wrote about "make-kpkg questions"
> Hi!
> 
> Just learned to use make-kpkg, *but*, I want to do some things differently:
> 
> 1. How do I tell it not to create a /vmlinuz symlink in the root directory?
>I want my root directory clean (i.e no files at all)
>(Also, it complained when there wasn't a /vmlinuz already, thought I
>was doing a new install)

See the man page for kernel-pkg.conf.  You need to edit/create
/etc/kernel-pkg.conf and add a line of 

image_in_boot := True 

> 
> 2. How do I tell it to use another name for my kernels image file (I've
>never really liked "vmlinuz" anyway)?
> 

I don't think is possible unless you patch the rules and image.postinst
scripts in /usr/lib/kernel-package to be a little more robust about how
they create the final kernel image in /boot.

You could file a wishlist bug against kernel-package asking for this
option.


-- 
Brian 
-
Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis
-


make-kpkg questions

1999-09-30 Thread peter karlsson
Hi!

Just learned to use make-kpkg, *but*, I want to do some things differently:

1. How do I tell it not to create a /vmlinuz symlink in the root directory?
   I want my root directory clean (i.e no files at all)
   (Also, it complained when there wasn't a /vmlinuz already, thought I
   was doing a new install)

2. How do I tell it to use another name for my kernels image file (I've
   never really liked "vmlinuz" anyway)?

-- 
\\//
peter - http://www.softwolves.pp.se/
  - and God said: nohup make World >& World.log &