Date: Mon, 08 Apr 2019 03:00:02 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 237090] bectl(8): Add an example on how to make installworld installkernel to a new BE Message-ID: <bug-237090-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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] <ler> 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 <something> to make it a one liner. [21:53:55] <kevans91> ler: bectl mount <be> /mnt; make -j4 installworld installkernel DESDIR=3D/mnt; bectl umount /mnt [21:54:04] <kevans91> Er, bectl umount <be> [21:54:18] <ler> ok.=20=20 [21:54:31] <ler> can that be added as an example to bectl(8)? [21:54:49] <kevans91> Sure; I've also been thinking about hacking out the s= mall change to make beinstall bectl-compatible [21:55:03] <ler> whichever... :)=20 [21:55:23] <kevans91> 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] <kevans91> But we still have this ugly example placeholder in bectl(8) [21:55:53] <ler> hence my just saying f it, and doing it the hard way. :)=20 [21:57:14] <ler> and spell DESTDIR correctly :)=20 [21:57:22] <ler> but you get my point, I think. [21:57:23] <kevans91> whoops =3D-p [21:57:28] <ler> do you want me to cut a PR? [21:58:08] <kevans91> If you wouldn't mind; manpage changes take a little m= ore effort that I have to conjure up [21:58:18] <ler> k --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237090-227>