From owner-freebsd-questions@freebsd.org Wed Jun 20 17:26:37 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 5EA7510256BE for ; Wed, 20 Jun 2018 17:26:37 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 EB87F86539 for ; Wed, 20 Jun 2018 17:26:36 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: by mail-wm0-x233.google.com with SMTP id 69-v6so916171wmf.3 for ; Wed, 20 Jun 2018 10:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=longcount-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=YCly4W9P0amw2lYGWKukI5HE3kdSm7mu/w6KKW1vUxY=; b=YCHoxu4WmLue0DMe9XbGw7b+5mYwMO7/ciNvfxSGJrJd1ngmDinuYBQf+rpQjixCNZ 0vktv/627K+BX1owGgqMGWvWUoec+SZOMbqR9DiY1MCnwpOUl1J995O8vvn/im/xCFRM 8CyrgZNmFWa8rrKrzj7UwYOoVxMQ3AgFKfOFbRQwF037uUf41srNuikthhvQ9M62LoeV 3F8DworA8Txs3baSCVNmo+wlrbzlPMk3OtM7WDyrRwZdjnE6rIfiMF5FnRp5DtsXHm1s 7CzxPaUBkKtboROCgt8JTpYhWPTqbt+9IsRteDIYixqSXBLMymLglpS0gduepblR6HFg 6haw== 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:content-transfer-encoding; bh=YCly4W9P0amw2lYGWKukI5HE3kdSm7mu/w6KKW1vUxY=; b=e0wl56jaAnObjL3y/sFzXiSlt5TXgjKX4o/+q4ACNjwwCdaAxck/JTmmzPvOna9p+R u1ud+7cYGP4zKEUtOPDbcVLwqFAjc+f20qjJRZmdr/VHLWG3tewbzOZnd4QTm3oMFuqy YsTkICWClaKFtxhVy/xlqe1WEPCEtTojJwz9Te80Cm+X5Sq30wkoDI9pdlledFWWp5+O edqWAYMZFrFb4ywNe0BgG2VJdjNeHWmB/PAaCgrExezjClGkjfMRYnfSSTJoasXeKXUv EsoU9JjeNyQsPHPK0cOL0wKD31cXL7Ckt0YyHPgmQOrMsmp78+ywMqz+2al/clA9yUxP yxaA== X-Gm-Message-State: APt69E1YLMcjOEgTD+drMD9KnwDEQUaEzNO4xeMN17EmKcfNfKL4ZoWx uatAvmgYdrMOnfgCbm3tDkitn0uv6SVy8YqD5UK0vw== X-Google-Smtp-Source: ADUXVKJO9PPaeX8VqTuZdrm0XercMHo100yVudZNugByOGNtw5lRWpQ65+Ku1WTqlaILBn5QotM/BlM69A5UNZ6Anp8= X-Received: by 2002:a50:8d8d:: with SMTP id r13-v6mr18551573edh.86.1529515595196; Wed, 20 Jun 2018 10:26:35 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a50:b53c:0:0:0:0:0 with HTTP; Wed, 20 Jun 2018 10:26:34 -0700 (PDT) X-Originating-IP: [67.82.34.42] In-Reply-To: References: <1DD85328-F718-4569-9BE8-811D34CBD779@longcount.org> From: Mark Saad Date: Wed, 20 Jun 2018 13:26:34 -0400 Message-ID: Subject: Re: Refresh my memory make release with a custom kernel To: "Igor V. Ruzanov" Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 17:26:37 -0000 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 opti= on 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 an= d > `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 forgetting? > | > |--- > |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" > | --=20 mark saad | nonesuch@longcount.org