Bug 201482 - genkernel-3.4.9_pre11 --kernname option ignored
Bug#: 201482 Product:  Gentoo Hosted Projects Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: genkernel@gentoo.org Reported By: lorimz@gmail.com
Component: genkernel
URL: 
Summary: genkernel-3.4.9_pre11 --kernname option ignored
Keywords:  
Status Whiteboard: 
Opened: 2007-12-06 13:29 0000
Description:   Opened: 2007-12-06 13:29 0000
In genkernel-3.4.9_pre11 the --kernname command line option is ignored/unparsed

kernel is built ok but has the -genkernel- label instead of the one chosen via
--kernname=customname

Reproducible: Always

Steps to Reproduce:
1. eddie ~ # genkernel --xconfig --dmraid --kernname=fglrx all


Actual Results:  
eddie ~ # ls /boot/*23*
/boot/initramfs-genkernel-x86-2.6.23-gentoo-r3
/boot/kernel-genkernel-x86-2.6.23-gentoo-r3
/boot/System.map-genkernel-x86-2.6.23-gentoo-r3

Expected Results:  
eddie ~ # ls /boot/*23*
/boot/initramfs-fglrx-x86-2.6.23-gentoo-r3
/boot/kernel-fglrx-x86-2.6.23-gentoo-r3
/boot/System.map-fglrx-x86-2.6.23-gentoo-r3

------- Comment #1 From John R. Graham 2007-12-13 22:03:34 0000 -------
Created an attachment (id=138415) [details]
Patch fixes --kernname command line option.

Aww, rats.  That's two!  Bugs caused by me, that is.

- John

------- Comment #2 From Andrew Gaffney 2007-12-13 22:14:36 0000 -------
With a changeset that large, 2 minor bugs is quite good :) In SVN.

------- Comment #3 From John R. Graham 2007-12-14 01:40:42 0000 -------
Yeah, I know, but I'm still keeping score.  ;)

------- Comment #4 From lorim 2007-12-14 14:07:00 0000 -------
Tried the patch, now it's ok.

Thanks, Morris

------- Comment #5 From Chris Gianelloni (RETIRED) 2007-12-27 19:11:18 0000 -------
This is fixed in 3.4.9_pre12, so please try it out and report back any
problems.