You are not logged in.

#1 2014-07-20 18:16:48

Gulver
Member
Registered: 2013-05-24
Posts: 208

Official Kernel Config [solved]

We sure do have an official kernel config. Any chance for us to have it?

I used to have a custom kernel I made while tampering Gentoo but it is long gone and I'm not in the mood of a Gentoo user.

I need it for zen, anyway.

Edit: Now I realized I already have it on `/proc/config.gz`. Sorry for even posting this.
Edit2: Jason I'm still not in a Gentoo user mood to learn ABS tongue . Thank you for providing yet another thing to tinker on.

Last edited by Gulver (2014-07-20 21:16:00)

Offline

#2 2014-07-20 18:19:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Official Kernel Config [solved]


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-07-20 18:26:22

thiagowfx
Member
Registered: 2013-07-09
Posts: 586

Re: Official Kernel Config [solved]

Offline

#4 2014-07-20 18:29:52

Gulver
Member
Registered: 2013-05-24
Posts: 208

Re: Official Kernel Config [solved]

This is going to be inderasding.

        if [ -e "${srcdir}/build/.config" ]; then
                msg2 "Using existing config found in build environment..."
        else
                if [ ! -d "${srcdir}/build" ]; then
                        msg2 "Creating build directory..."
                        mkdir -p "${srcdir}/build"
                fi

                msg2 "Creating default config..." # also initializes the output directory
                make -C "${srcdir}/$_gitname/" O="${srcdir}/build" defconfig > /dev/null

                warning "This package does not ship a kernel config."

I'm looking this piece I found and it is looking me with the exact same way of understanding.

Edit: OK, I chante the road to my config. Ain't I genious. Sorry for talking to myself.

Last edited by Gulver (2014-07-20 18:30:58)

Offline

#5 2014-07-20 21:12:34

thiagowfx
Member
Registered: 2013-07-09
Posts: 586

Re: Official Kernel Config [solved]

Haha, mark the topic as solved if you are satisfied (for now) smile

Offline

#6 2014-07-21 11:52:23

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: Official Kernel Config [solved]

For completion, the config of the currently running kernel can usually be found at /proc/config.gz.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

Board footer

Powered by FluxBB