Deleted Added
full compact
boot0cfg.8 (170396) boot0cfg.8 (185579)
1.\" Copyright (c) 1999 Robert Nordier
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
18.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
19.\" OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
20.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
21.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
23.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1999 Robert Nordier
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
18.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
19.\" OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
20.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
21.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
23.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.sbin/boot0cfg/boot0cfg.8 170396 2007-06-07 07:43:04Z pav $
25.\" $FreeBSD: head/usr.sbin/boot0cfg/boot0cfg.8 185579 2008-12-03 14:53:59Z luigi $
26.\"
27.Dd June 7, 2007
28.Dt BOOT0CFG 8
29.Os
30.Sh NAME
31.Nm boot0cfg
32.Nd boot manager installation/configuration utility
33.Sh SYNOPSIS
34.Nm
35.Op Fl Bv
36.Op Fl b Ar boot0
37.Op Fl d Ar drive
26.\"
27.Dd June 7, 2007
28.Dt BOOT0CFG 8
29.Os
30.Sh NAME
31.Nm boot0cfg
32.Nd boot manager installation/configuration utility
33.Sh SYNOPSIS
34.Nm
35.Op Fl Bv
36.Op Fl b Ar boot0
37.Op Fl d Ar drive
38.Op Fl e Ar bell character
38.Op Fl f Ar file
39.Op Fl f Ar file
40.Op Fl i Ar volume-id
39.Op Fl m Ar mask
40.Op Fl o Ar options
41.Op Fl s Ar slice
42.Op Fl t Ar ticks
43.Ar disk
44.Sh DESCRIPTION
45The
46.Fx

--- 44 unchanged lines hidden (view full) ---

91modem signals DSR and CTS are active.)
92.It Fl d Ar drive
93Specify the drive number used by the PC BIOS in referencing the drive
94which contains the specified
95.Ar disk .
96Typically this will be 0x80 for the first hard drive, 0x81 for the
97second hard drive, and so on; however any integer between 0 and 0xff
98is acceptable here.
41.Op Fl m Ar mask
42.Op Fl o Ar options
43.Op Fl s Ar slice
44.Op Fl t Ar ticks
45.Ar disk
46.Sh DESCRIPTION
47The
48.Fx

--- 44 unchanged lines hidden (view full) ---

93modem signals DSR and CTS are active.)
94.It Fl d Ar drive
95Specify the drive number used by the PC BIOS in referencing the drive
96which contains the specified
97.Ar disk .
98Typically this will be 0x80 for the first hard drive, 0x81 for the
99second hard drive, and so on; however any integer between 0 and 0xff
100is acceptable here.
101.It Fl e Ar bell character
102Set the character to be printed in case of input error.
99.It Fl f Ar file
100Specify that a backup copy of the preexisting MBR should be written to
101.Ar file .
102This file is created if it does not exist, and replaced if it does.
103.It Fl f Ar file
104Specify that a backup copy of the preexisting MBR should be written to
105.Ar file .
106This file is created if it does not exist, and replaced if it does.
107.It Fl i Ar volume-id
108Specifies a volume-id (in the form XXXX-XXXX) to be saved at location
1090x1b8 in the MBR. This information is sometimes used by NT, XP and Vista
110to identify the disk drive. The option is only compatible with version 2.00
111of the 512-byte boot block.
103.It Fl m Ar mask
104Specify slices to be enabled/disabled, where
105.Ar mask
106is an integer between 0 (no slices enabled) and 0xf (all four slices
107enabled).
108.It Fl o Ar options
109A comma-separated string of any of the following options may be
110specified (with

--- 90 unchanged lines hidden ---
112.It Fl m Ar mask
113Specify slices to be enabled/disabled, where
114.Ar mask
115is an integer between 0 (no slices enabled) and 0xf (all four slices
116enabled).
117.It Fl o Ar options
118A comma-separated string of any of the following options may be
119specified (with

--- 90 unchanged lines hidden ---