Summary: | addition of linux-old symlink to the processing of the symlink use flag | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kevin Williams <llslym> |
Component: | Eclasses | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | CC: | johnm |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Symlink use flag code update
Symlink use flag code update The diff file the symlink use flag update |
Description
Kevin Williams
2005-07-24 18:33:55 UTC
Perhaps it should be /usr/src/linux.old to follow the naming scheme of the kernel files in /boot? Created attachment 64307 [details]
Symlink use flag code update
Here is the symlink use flag code with previous kernel symlink in the form of
linux.old.
this file is a snippet. Is that the right form, or what format should it be in?
Created attachment 64308 [details]
Symlink use flag code update
Here is the symlink use flag code with previous kernel symlink in the form of
linux.old.
this file is a snippet. Is that the right form, or what format should it be in?
A unified diff (diff -up) is the preferred way of submitting patches. Created attachment 64422 [details]
The diff file
Here is the diff file for patch
That patch can not be accepted - did you even look at your diff output before uploading? Your patch removes important sections of the kernel-2.eclass which was recently added. Please bring your local version up-to-date and rediff. Created attachment 64463 [details]
the symlink use flag update
Sorry about that. Forgot there was an baselayout updated after i did work on
kernel-2, and did the diff while dead tired. Anyway, here is the patch updated
checkedagainst a sync this morning. Tested it as well. Works well on my
machine.
I just talked with John about this, we aren't sure how useful it would be (by default, the /usr/src/linux symlink is used in every ebuild that looks at or uses kernel stuff, which is part of the Gentoo reasoning behind it and why it is important). We won't be including this right now, but thanks for the contribution. That's understandable, it wasn't any major critical upddate. Having a symlink to the previous working kernel treedoes have it advantages when a person needs to revert back to previious kernel during the transition period of upgradinng the kernel version of a system to add new features. I figured one moree symlink wouldn't put to much strain on the ebuild. Then write the script that put the symlink to good use in one you have to run manually called "update-kern". Oh well, I will find a work aroun. Thank you for the consideration. |