View | Details | Raw Unified | Return to bug 38015
Collapse All | Expand All

(-)boot0cfg.8.fixed Sun May 12 23:54:52 2002 (-3 / +3 lines)
Lines 9-15 Link Here
9
9
10
DESCRIPTION
10
DESCRIPTION
11
     The FreeBSD `boot0' boot manager permits the operator to select from
11
     The FreeBSD `boot0' boot manager permits the operator to select from
12
     which disk and which slice an i386 machine (PC) is booted.
12
     which disk and slice an i386 machine (PC) is booted.
13
13
14
     Note that what are referred to here as ``slices'' are typically called
14
     Note that what are referred to here as ``slices'' are typically called
15
     ``partitions'' in non-BSD documentation relating to the PC.  Typically,
15
     ``partitions'' in non-BSD documentation relating to the PC.  Typically,
Lines 27-33 Link Here
27
     The options are:
27
     The options are:
28
28
29
     -B      Install the `boot0' boot manager. This option causes MBR code to
29
     -B      Install the `boot0' boot manager. This option causes MBR code to
30
            be replaced, but without affecting the embedded slice table.
30
            be replaced, without affecting the embedded slice table.
31
31
32
     -v      Verbose: display information about the slices defined, etc.
32
     -v      Verbose: display information about the slices defined, etc.
33
33
Lines 44-50 Link Here
44
     -f file
44
     -f file
45
            Specify that a backup copy of the preexisting MBR should be writ-
45
            Specify that a backup copy of the preexisting MBR should be writ-
46
            ten to file.  This file is created if it does not exist, and
46
            ten to file.  This file is created if it does not exist, and
47
            truncated if it does.
47
            replaced if it does.
48
48
49
     -m mask
49
     -m mask
50
            Specify slices to be enabled/disabled, where mask is an integer
50
            Specify slices to be enabled/disabled, where mask is an integer

Return to bug 38015