svn commit: r280191 - head/sbin/reboot

Allan Jude allanjude at FreeBSD.org
Tue Mar 17 20:15:50 UTC 2015


Author: allanjude (doc committer)
Date: Tue Mar 17 20:15:49 2015
New Revision: 280191
URL: https://svnweb.freebsd.org/changeset/base/280191

Log:
  Document that nextboot(8) doesn't work as expected with ZFS
  
  Differential Revision:	https://reviews.freebsd.org/D2087
  Submitted by:	feld (request)
  Reviewed by:	feld
  Approved by:	bcr (mentor)
  Sponsored by:	ScaleEngine Inc.

Modified:
  head/sbin/reboot/nextboot.8

Modified: head/sbin/reboot/nextboot.8
==============================================================================
--- head/sbin/reboot/nextboot.8	Tue Mar 17 19:35:50 2015	(r280190)
+++ head/sbin/reboot/nextboot.8	Tue Mar 17 20:15:49 2015	(r280191)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 31, 2012
+.Dd March 17, 2015
 .Dt NEXTBOOT 8
 .Os
 .Sh NAME
@@ -130,3 +130,9 @@ It is also my first attempt to write in 
 Finally, it does some evil things like writing to the file system before it
 has been checked.
 If it scrambles your file system, do not blame me.
+.Pp
+.Xr loader 8
+is only able to read ZFS, not write to it.
+.Pa nextboot.conf
+will NOT be reset in case of a kernel boot failure.
+


More information about the svn-src-all mailing list