From owner-freebsd-doc@freebsd.org Mon Apr 8 03:00:04 2019 Return-Path: Delivered-To: freebsd-doc@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 BA8651572037 for ; Mon, 8 Apr 2019 03:00:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5083B83B67 for ; Mon, 8 Apr 2019 03:00:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0D20F1572034; Mon, 8 Apr 2019 03:00:04 +0000 (UTC) Delivered-To: doc@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 DEC0E1572033 for ; Mon, 8 Apr 2019 03:00:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C92283B65 for ; Mon, 8 Apr 2019 03:00:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A1E39C19D for ; Mon, 8 Apr 2019 03:00:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x383023M033595 for ; Mon, 8 Apr 2019 03:00:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x38302Df033591 for doc@FreeBSD.org; Mon, 8 Apr 2019 03:00:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 237090] bectl(8): Add an example on how to make installworld installkernel to a new BE Date: Mon, 08 Apr 2019 03:00:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ler@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2019 03:00:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237090 Bug ID: 237090 Summary: bectl(8): Add an example on how to make installworld installkernel to a new BE Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: ler@FreeBSD.org CC: doc@FreeBSD.org from #freebsd on freenode: [21:48:49] kevans91: bectl question: What's the easiest way to make installworld installkernel to a newly created BE? I'm doing it the hardway (zfs set mountpoint/zfs mount/make DESTDIR/zfs umount/zfs inherit mountpoin= t, but it seems to me that there should be to make it a one liner. [21:53:55] ler: bectl mount /mnt; make -j4 installworld installkernel DESDIR=3D/mnt; bectl umount /mnt [21:54:04] Er, bectl umount [21:54:18] ok.=20=20 [21:54:31] can that be added as an example to bectl(8)? [21:54:49] Sure; I've also been thinking about hacking out the s= mall change to make beinstall bectl-compatible [21:55:03] whichever... :)=20 [21:55:23] That is, make a BETOOL env var or something that can = be pointed at bectl, because they're compatible for its usage [21:55:33] But we still have this ugly example placeholder in bectl(8) [21:55:53] hence my just saying f it, and doing it the hard way. :)=20 [21:57:14] and spell DESTDIR correctly :)=20 [21:57:22] but you get my point, I think. [21:57:23] whoops =3D-p [21:57:28] do you want me to cut a PR? [21:58:08] If you wouldn't mind; manpage changes take a little m= ore effort that I have to conjure up [21:58:18] k --=20 You are receiving this mail because: You are on the CC list for the bug.=