svn commit: r281577 - stable/10/sbin/reboot

Allan Jude allanjude at FreeBSD.org
Thu Apr 16 00:39:17 UTC 2015


Author: allanjude (doc committer)
Date: Thu Apr 16 00:39:16 2015
New Revision: 281577
URL: https://svnweb.freebsd.org/changeset/base/281577

Log:
  MFC: r280191:
  	Document that nextboot(8) doesn't work as expected with ZFS
  
  Approved by:	eadler (mentor, implicit)
  Sponsored by:	ScaleEngine Inc.

Modified:
  stable/10/sbin/reboot/nextboot.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/reboot/nextboot.8
==============================================================================
--- stable/10/sbin/reboot/nextboot.8	Thu Apr 16 00:37:11 2015	(r281576)
+++ stable/10/sbin/reboot/nextboot.8	Thu Apr 16 00:39:16 2015	(r281577)
@@ -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