From owner-freebsd-questions@freebsd.org Wed Jun 20 12:44:22 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 C86BA1017911 for ; Wed, 20 Jun 2018 12:44:22 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: from mail-qt0-x234.google.com (mail-qt0-x234.google.com [IPv6:2607:f8b0:400d:c0d::234]) (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 67A4C795D9 for ; Wed, 20 Jun 2018 12:44:22 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: by mail-qt0-x234.google.com with SMTP id a18-v6so2749301qtj.4 for ; Wed, 20 Jun 2018 05:44:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=longcount-org.20150623.gappssmtp.com; s=20150623; h=from:content-transfer-encoding:mime-version:date:subject:message-id :to; bh=JzA75hGiyO1+Ial6aMorb3XnRXR0W6yzSHxJQp92cX4=; b=iUPDU0pTiOU8sAC/ET15lw9SLHHYMBtRR5ACV+AHRRmqkaMsJITX8LYO8Z8SMZIzm1 WvsNrfRQRJP8Ega8tGneFH+utoCsCU6qp4bvfd2/QZfygYISBlgYchFHWdYkEmmYD78P 9pVz75I/tKr7uRWaheuBBbb0HBbAOz9+C2SRQNJYeWB5UxpvmNGC8m7ZA/JqsT8F9cxE rdDm9Cx3RfJDOJ+BRU/wmWepY9uG/PFKvOheLlc2+SHPjOn8lauQ9szyOoEM9XZPz0jK vVnMVbzRgiR+TDz9UtnnFZvSKKQuOso4znwnpyKtbMLXo6V4M0f8xXh7GA8JpSLNw7Vg CoPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version:date :subject:message-id:to; bh=JzA75hGiyO1+Ial6aMorb3XnRXR0W6yzSHxJQp92cX4=; b=rj0rfVE+zWG4VA1tGgZL89beyrbzHwsaSRhMpuzwOlcxqwoPL2bQlvYTBd13q4e9c8 NeCSHoKIbzHK/lg4aoCHauHtTKSDdAD+eF3m5DWMKwxsSzOw6Zm2ONuWnhRNTKix0PYV lpysSNUldIc4wBzDlJmBIXNt3bsoATChvD5W7AQYVWAqJ+uPXqOWbfrBk5IXFsbeRaNX 31p12n4yPF6ylEZDhLr9jQWv6DdXFN6oSFUbhSJqWJdo7p9r/Y5XngLlLcflQqNRcC+v wbohL5+4iyk6ZuVXBJmLR4BvvBGVNjkjNnOLTMbDrQn0zObjXL42PAYEmviJfKhAoeSE sYJA== X-Gm-Message-State: APt69E1i0XCBbTzTOWpHMDIGcthH3XmVOCan7mSWP23gx9rvQaeIfbg7 89HKXMSp9MAW8rMOxJMyIN+ZiRg0FGo= X-Google-Smtp-Source: ADUXVKLKL6nex43NWDe7qywneDqYpvmtsLKBL6W9Kh0QZ8Owc6Skoh7+fN8PAKJ+T1geKrKt1qKCpw== X-Received: by 2002:ac8:1b09:: with SMTP id y9-v6mr19008194qtj.229.1529498661562; Wed, 20 Jun 2018 05:44:21 -0700 (PDT) Received: from ?IPv6:2600:1017:b410:4fa3:3841:b874:11fe:354f? ([2600:1017:b410:4fa3:3841:b874:11fe:354f]) by smtp.gmail.com with ESMTPSA id 34-v6sm1913807qtt.76.2018.06.20.05.44.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jun 2018 05:44:20 -0700 (PDT) From: Mark Saad Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Date: Wed, 20 Jun 2018 08:44:19 -0400 Subject: Refresh my memory make release with a custom kernel Message-Id: <1DD85328-F718-4569-9BE8-811D34CBD779@longcount.org> To: freebsd-questions@freebsd.org X-Mailer: iPhone Mail (15E302) 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 12:44:23 -0000 Hi all I can=E2=80=99t remember and I havent been able to find the right option t= o make a release with a custom kernel config .=20 I did make buildworld make buildkernel KERNCONF=3DSUPERDOOPER cd release make release KERNEL=3DSUPERDOOPER make install DESTDIR=3D/export/build/sd=20 The resulting kernel was a generic not my custom . What am I forgetting?=20 --- Mark Saad | nonesuch@longcount.org=