svn commit: r337606 - projects/bectl/sbin/bectl
Kyle Evans
kevans at FreeBSD.org
Sat Aug 11 04:11:35 UTC 2018
Author: kevans
Date: Sat Aug 11 04:11:34 2018
New Revision: 337606
URL: https://svnweb.freebsd.org/changeset/base/337606
Log:
bectl(8): Also document the import bug.
Modified:
projects/bectl/sbin/bectl/bectl.8
Modified: projects/bectl/sbin/bectl/bectl.8
==============================================================================
--- projects/bectl/sbin/bectl/bectl.8 Sat Aug 11 04:09:42 2018 (r337605)
+++ projects/bectl/sbin/bectl/bectl.8 Sat Aug 11 04:11:34 2018 (r337606)
@@ -271,3 +271,9 @@ Wrote the original
.Xr beadm 1
manual page that this one is derived from.
.El
+.Sh BUGS
+.Nm
+import
+does not destroy the temporary boot environment it creates for import, because
+the snapshot created to do the import may not be deleted since it is the
+origin of the new boot environment.
More information about the svn-src-projects
mailing list