From owner-freebsd-questions@freebsd.org Wed Jun 20 18:34:47 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0117E10031EC for ; Wed, 20 Jun 2018 18:34:47 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-oi0-x241.google.com (mail-oi0-x241.google.com [IPv6:2607:f8b0:4003:c06::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 691266C80D for ; Wed, 20 Jun 2018 18:34:46 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-oi0-x241.google.com with SMTP id f79-v6so509260oib.7 for ; Wed, 20 Jun 2018 11:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=VDoKbn3+x2fsSPGiy8PAUXTUMMkmnooGgaSe+UKHO3A=; b=JySpJGCJqHrBMtKAXM35D8nhj86us/fftEnJestiMe0XL2czHgTEH+1DKWcF6h+y3i 4yFV6VSZNuPWWSdUxMWwf5ecp39aA/suTB/3MaAjKnWQXgxUMnfemHfmjAN7xjq2dVZQ BmfmEBQfZ9APP9Ar4qGtuVPbSCe5+a4l6y0BhwsJYkXZMFLzfB+xkHnIXZnDAqa2DbFf UutfnRlRrest4nOdVjSfDiuN0sXqWUI8rSAqfPGIRuwARBD591QM/n3CGCJNu1NZnxuh gQ/Sae1l9IdfA/0MyDlS7RBMnCvy5xdwo37CVOvtrxMCiBLaLu3+hNew3w4UzfvGgzfb yK1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=VDoKbn3+x2fsSPGiy8PAUXTUMMkmnooGgaSe+UKHO3A=; b=MFKOoFmpBCPBL9Pj1ccYV20by+Xlje7aTuhIgesqOyqbiyTF877dza21wW2+ik5hE8 i32Hub1zaQgNCdBcXO4msW1x+AocBCz6QKAGwp6ioqdlDXtA1DQIixK5I3eglVmA2RXL ddVqmqh9KEk+thoPKCx067mNESVvvTjivyyQvXeI3jyWY/l0AZ8MSyjl1BTZsYjjcIPj tW5BwfyONoR8PxlUKNhRhxjFBoRbRvCLF30sk0nIjkO1zofHxnsQ7+HKQwmHA0QnGAO8 Q5GYH8UsXsq43oiP/4vbToEc9gG6XGLp6dyDbxCKYZf7UgSrTa5Sk5hN06xqSI4NfPax +ueA== X-Gm-Message-State: APt69E2aJpOyLRW9EWTzPRqkfqwlsTWh/YX4O6tjl/dMnrIWu8qdYjR1 xokz3zKWfd1Jhwvu3Bo8nSQMnBOMX9xsKQJ9ka8CkQ== X-Google-Smtp-Source: ADUXVKKSA5xW/1fIb29DjYcXDpR8CfVjhCcHDJa3opHCPCpoFmjxQVqGaX1uKQ6cAm5U5et/dVW64YzI+Fk0T6iD6Gw= X-Received: by 2002:aca:1013:: with SMTP id 19-v6mr12806361oiq.209.1529519685818; Wed, 20 Jun 2018 11:34:45 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:396:0:0:0:0:0 with HTTP; Wed, 20 Jun 2018 11:34:05 -0700 (PDT) In-Reply-To: References: <1DD85328-F718-4569-9BE8-811D34CBD779@longcount.org> From: Mehmet Erol Sanliturk Date: Wed, 20 Jun 2018 21:34:05 +0300 Message-ID: Subject: Re: Refresh my memory make release with a custom kernel To: Mark Saad Cc: "Igor V. Ruzanov" , FreeBSD Questions Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 18:34:47 -0000 On Wed, Jun 20, 2018 at 8:26 PM, Mark Saad wrote: > Igor > That did not work, the resulting kernel was still a GENERIC . For a > work around > I am just going to tar up /boot/kernel into my own kernel.txz. This is > on 11.2-SATBLE/PRERELEASE > > > > On Wed, Jun 20, 2018 at 9:08 AM, Igor V. Ruzanov > wrote: > > On Wed, 20 Jun 2018, Mark Saad wrote: > > > > |Hi all > > | I can=E2=80=99t remember and I havent been able to find the right op= tion to > make a release with a custom kernel config . > > | > > |I did > > |make buildworld > > |make buildkernel KERNCONF=3DSUPERDOOPER > > I usually run `make installkernel KERNCONF=3DSUPERDOOPER`, then reboot = and > > `make installworld` after kernel building step. > > > > |cd release > > |make release KERNEL=3DSUPERDOOPER > > |make install DESTDIR=3D/export/build/sd > > | > > |The resulting kernel was a generic not my custom . What am I forgettin= g? > > | > > |--- > > |Mark Saad | nonesuch@longcount.org > > |_______________________________________________ > > |freebsd-questions@freebsd.org mailing list > > |https://lists.freebsd.org/mailman/listinfo/freebsd-questions > > |To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" > > | > > > > -- > mark saad | nonesuch@longcount.org > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" > There is FreeBSD Handbook chapter : https://www.freebsd.org/doc/handbook/book.html#kernelconfig-building 8.2. Why Build a Custom Kernel? 8.3. Finding the System Hardware 8.4. The Configuration File 8.5. Building and Installing a Custom Kernel If you search a phrase like the following freebsd make custom iso image in the Google , you may find some useful links . FreeBSD SVN contains directories about how to generate a release ISO . There is a manual page : https://www.freebsd.org/cgi/man.cgi?release(7) *release* -- release building infrastructure Mehmet Erol Sanliturk