diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-04-07 20:04:55 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-04-07 20:04:55 +0000 |
| commit | 338465d521c8e91570d1028f12ce4e461ffaa655 (patch) | |
| tree | 77786f901fe1eed3ca46652f4be137cab2473d0c /usr.sbin | |
| parent | ba3eb872e46cf6815828aaa58191c6ddc25b56bc (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/boot0cfg/boot0cfg.8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index 06298ef5b5f4..220e9cd4ceb1 100644 --- a/usr.sbin/boot0cfg/boot0cfg.8 +++ b/usr.sbin/boot0cfg/boot0cfg.8 @@ -164,11 +164,22 @@ To enable just slices 1 and 2 in the menu: .Pp .Dl "boot0cfg -m 0x3 ad0" .Sh SEE ALSO +.Xr geom 4 , .Xr boot 8 , .Xr fdisk 8 .Sh AUTHORS .An Robert Nordier Aq rnordier@FreeBSD.org . .Sh BUGS +Protection mechanisms in the +.Xr geom 4 +subsystem might prevent +.Nm +from being able to update the MBR on a mounted disk. +Instructions for temporarily disabling these protection mechanisms +can be found in the +.Xr geom 4 +manpage. +.Pp Use of the .Sq packet option may cause |
