Deleted Added
full compact
25c25
< .\" $FreeBSD: head/sbin/geom/class/part/gpart.8 229847 2012-01-09 05:51:33Z wblock $
---
> .\" $FreeBSD: head/sbin/geom/class/part/gpart.8 230059 2012-01-13 12:40:33Z des $
963,969c963,967
< This partition must be larger than
< .Pa /boot/gptboot ,
< or the GPT boot you are planning to write, but smaller than 545 KB.
< A size of 15 blocks (7680 bytes) would be sufficient for
< booting from UFS but 128 blocks (64 KB) is used in
< this example to reserve some space for potential
< future need (e.g.\& a larger
---
> This partition must be larger than the bootstrap code
> .Po
> usually either
> .Pa /boot/gptboot
> or
971c969,975
< for booting from a ZFS partition).
---
> .Pc ,
> but smaller than 545 kB since the first-stage loader will load the
> entire partition into memory during boot, regardless of how much data
> it actually contains.
> This example uses 94 blocks (47 kB) so the next partition will be
> aligned on a 64 kB boundary without the need to specify an explicit
> offset or alignment.
973c977
< /sbin/gpart add -b 34 -s 128 -t freebsd-boot ad0
---
> /sbin/gpart add -b 34 -s 94 -t freebsd-boot ad0
981c985
< /sbin/gpart add -b 162 -s 1048576 -t freebsd-ufs ad0
---
> /sbin/gpart add -s 512M -t freebsd-ufs ad0