Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201482 - genkernel-3.4.9_pre11 --kernname option ignored
Summary: genkernel-3.4.9_pre11 --kernname option ignored
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-06 13:29 UTC by lorim
Modified: 2007-12-27 19:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch fixes --kernname command line option. (genkernel-3.4.9_pre11-kernname.patch,801 bytes, patch)
2007-12-13 22:03 UTC, John R. Graham
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lorim 2007-12-06 13:29:36 UTC
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 John R. Graham gentoo-dev 2007-12-13 22:03:34 UTC
Created attachment 138415 [details, diff]
Patch fixes --kernname command line option.

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

- John
Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2007-12-13 22:14:36 UTC
With a changeset that large, 2 minor bugs is quite good :) In SVN.
Comment 3 John R. Graham gentoo-dev 2007-12-14 01:40:42 UTC
Yeah, I know, but I'm still keeping score.  ;)
Comment 4 lorim 2007-12-14 14:07:00 UTC
Tried the patch, now it's ok.

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