diff options
author | pjd <pjd@FreeBSD.org> | 2006-03-04 12:09:50 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-03-04 12:09:50 +0000 |
commit | ed6a721c81aba672d3617890d1d0ccbcf2efdc69 (patch) | |
tree | 63f1507e9599c309d4598ecb4844f44890377421 /sbin/bsdlabel | |
parent | 97cfef1237dcc2e829b75d2dac0244768e471067 (diff) | |
download | FreeBSD-src-ed6a721c81aba672d3617890d1d0ccbcf2efdc69.zip FreeBSD-src-ed6a721c81aba672d3617890d1d0ccbcf2efdc69.tar.gz |
Fix evil examples - first partition should start at offset 16.
MFC after: 3 days
Diffstat (limited to 'sbin/bsdlabel')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 46b1bdc..1d2dc2c 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -202,8 +202,8 @@ The format is: 8 partitions: # size offset fstype [fsize bsize bps/cpg] - a: 81920 0 4.2BSD 1024 8192 16 - b: 160000 81920 swap + a: 81920 16 4.2BSD 1024 8192 16 + b: 160000 81936 swap c: 1173930 0 unused 0 0 # "raw" part, don't edit .Ed .Pp @@ -232,8 +232,8 @@ drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] - a: 81920 0 4.2BSD 1024 8192 16 - b: 160000 81920 swap + a: 81920 16 4.2BSD 1024 8192 16 + b: 160000 81936 swap c: 1173930 0 unused 0 0 # "raw" part, don't edit .Ed .Pp @@ -468,7 +468,7 @@ which could be used as a source file for 8 partitions: # size offset fstype [fsize bsize bps/cpg] - a: 400M 0 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) + a: 400M 16 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) b: 1G * swap c: * * unused e: 204800 * 4.2BSD |