summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/makefs.8
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2012-08-22 06:37:30 +0000
committerhrs <hrs@FreeBSD.org>2012-08-22 06:37:30 +0000
commit7ad4e5cce6b4edbdceab15ae68014fcba7de599d (patch)
tree2820b120bbe3ac5ba488297d9bfcce1bfe538740 /usr.sbin/makefs/makefs.8
parent7e9dee0254b7da531f6ef0e16cb5f9841ea77516 (diff)
downloadFreeBSD-src-7ad4e5cce6b4edbdceab15ae68014fcba7de599d.zip
FreeBSD-src-7ad4e5cce6b4edbdceab15ae68014fcba7de599d.tar.gz
Add -p flag to create the image as a sparse file.
Submitted by: Shesha Sreenivasamurthy PR: bin/167779
Diffstat (limited to 'usr.sbin/makefs/makefs.8')
-rw-r--r--usr.sbin/makefs/makefs.85
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8
index cc6e389..7c5f373 100644
--- a/usr.sbin/makefs/makefs.8
+++ b/usr.sbin/makefs/makefs.8
@@ -35,7 +35,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 30, 2012
+.Dd August 22, 2012
.Dt MAKEFS 8
.Os
.Sh NAME
@@ -43,6 +43,7 @@
.Nd create a file system image from a directory tree or a mtree manifest
.Sh SYNOPSIS
.Nm
+.Op Fl p
.Op Fl x
.Op Fl B Ar byte-order
.Op Fl b Ar free-blocks
@@ -188,6 +189,8 @@ Set file system specific options.
.Ar fs-options
is a comma separated list of options.
Valid file system specific options are detailed below.
+.It Fl p
+Create the image as a sparse file.
.It Fl S Ar sector-size
Set the file system sector size to
.Ar sector-size .
OpenPOWER on IntegriCloud