Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75326 - Section 7. Configuring the Kernel is incorrect on kernel installation
Summary: Section 7. Configuring the Kernel is incorrect on kernel installation
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 08:49 UTC by postmodern
Modified: 2004-12-22 15:06 UTC (History)
1 user (show)

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 2004-12-22 08:49:41 UTC
Section 7. Configuring the Kernel is incorrect on kernel installation, one should not cp in the image on x86/amd64 but instead use "make install" which works with both lilo and grub.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-12-22 14:26:58 UTC
grub/lilo isn't installed in that fase of the installation, and "make install" does about the same things as we do (like copy'ing the image over). 
Comment 2 postmodern 2004-12-22 14:39:13 UTC
Do concider that when people read that they must cp the kernel over by hand, they will do that every kernel compile. "make install" is by far easier to work with since it cp's the files over and symlinks them to /boot/vmlinuz /boot/System.map. Also "make install" is just easier to remember. Atleast a side is worthy for "make install" since the kernel maintainers thought it necessary to include in the kernel makefile.
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2004-12-22 15:03:09 UTC
Since grub/lilo isn't available at that time, it's hardly possible to do this either way. Also, running "make install" might be easier but most people should verify the made changes anyway. There's nothing wrong with the current approach.

I'll add a note that subsequently, users can use "make install".
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2004-12-22 15:06:50 UTC
Note's added to the bootloader chapter.