Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110596 - Adding "make defconfig" so that people have sane kernel defaults when installing
Summary: Adding "make defconfig" so that people have sane kernel defaults when installing
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux PPC Installation Guide (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Xavier Neys (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 23:36 UTC by Joe Jezak (RETIRED)
Modified: 2005-11-21 07:38 UTC (History)
1 user (show)

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


Attachments
defconfig patch (kernel.patch,1.45 KB, patch)
2005-10-26 23:39 UTC, Joe Jezak (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Jezak (RETIRED) gentoo-dev 2005-10-26 23:36:50 UTC
The PPC Install guide should include "make defconfig" before configuring the
kernel.  This command will add defaults which should help reduce the confusion
during installation.

Reproducible: Always
Steps to Reproduce:
Comment 1 Joe Jezak (RETIRED) gentoo-dev 2005-10-26 23:39:08 UTC
Created attachment 71547 [details, diff]
defconfig patch

Two part patch, the first is for a mangling of the online handbook, I'm not
sure how that happened, the second is for the Kernel config issue.  The second
part should be applied to the 2005.1 handbook as well.

If the docs team could please review this, I'd appreciate it. :)

Thanks in advance.
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2005-11-17 09:12:04 UTC
Why PPC only?
The first time your run `make menuconfig`, the defconfig is used by default
because there's nothing else available, no previous .config, nada, zilch.

See https://bugs.gentoo.org/show_bug.cgi?id=112749#c8
Comment 3 Joe Jezak (RETIRED) gentoo-dev 2005-11-17 12:42:17 UTC
For some reason this isn't working on PPC, typing make menuconfig without make
defconfig doesn't use the correct default configuration and the user ends up
with an almost completely blank configuration which is causing a lot of extra
work for the PPC team (telling people over and over to enable Unix Sockets or
IDE Disk support get's old fast).  I haven't had a chance to look into why this
is happening, but this was a temporary workaround for now.
Comment 4 Xavier Neys (RETIRED) gentoo-dev 2005-11-21 07:38:52 UTC
Fixed.