Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107768 - sys-kernel/genkernel-3.3.6 should create symlink to latest initramfs
Summary: sys-kernel/genkernel-3.3.6 should create symlink to latest initramfs
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-01 03:50 UTC by postmodern
Modified: 2005-10-28 12:40 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description postmodern 2005-10-01 03:50:20 UTC
When using `genkernel initrd` genkernel should create a symlink to the latest
initramfs file that is created and installed into /boot.

A simple `ln -sf /boot/initramfs-genkernel-${ARCH}-* \
/boot/initramfs-genkernel-${ARCH}` would suffice.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-10-28 12:40:14 UTC
Well, genkernel already has the --symlink command line option, that goes with
--install... This links them as /boot/kernel /boot/initrd or /boot/initramfs...