Module Name:    src
Committed By:   lukem
Date:           Thu May  7 07:09:49 UTC 2009

Modified Files:
        src/usr.sbin/installboot: installboot.8

Log Message:
Add reminder to confirm the ffs format using dumpfs(8).


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/usr.sbin/installboot/installboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/installboot/installboot.8
diff -u src/usr.sbin/installboot/installboot.8:1.72 src/usr.sbin/installboot/installboot.8:1.73
--- src/usr.sbin/installboot/installboot.8:1.72	Sun Oct 12 16:02:45 2008
+++ src/usr.sbin/installboot/installboot.8	Thu May  7 07:09:49 2009
@@ -1,6 +1,6 @@
-.\"	$NetBSD: installboot.8,v 1.72 2008/10/12 16:02:45 apb Exp $
+.\"	$NetBSD: installboot.8,v 1.73 2009/05/07 07:09:49 lukem Exp $
 .\"
-.\" Copyright (c) 2002-2003 The NetBSD Foundation, Inc.
+.\" Copyright (c) 2002-2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -442,11 +442,19 @@
 (the "traditional"
 .Nx
 file system).
+Use
+.Xr dumpfs 8
+to confirm the file system format is
+.Sy FFSv1 .
 .
 .It Pa /usr/mdec/bootxx_ffsv2
 Primary bootstrap for
 .Sy FFSv2
 file systems.
+Use
+.Xr dumpfs 8
+to confirm the file system format is
+.Sy FFSv2 .
 .
 .It Pa /usr/mdec/bootxx_lfsv1
 Primary bootstrap for
@@ -741,6 +749,7 @@
 .Xr uname 3 ,
 .Xr boot 8 ,
 .Xr disklabel 8 ,
+.Xr dumpfs 8 ,
 .Xr fdisk 8 ,
 .Xr pxeboot 8
 .

Reply via email to