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

(-)share/man/man5/boot.config.5 (-5 / +6 lines)
Lines 80-97 Link Here
80
.Pp
80
.Pp
81
The command:
81
The command:
82
.Bd -literal -offset indent
82
.Bd -literal -offset indent
83
# echo "1:ad(1,a)/boot/loader" > /boot.config
83
# echo "0:ad(1,a)/boot/loader" > /boot.config
84
.Ed
84
.Ed
85
.Pp
85
.Pp
86
will instruct the second stage of
86
will instruct the second stage of
87
.Xr boot 8
87
.Xr boot 8
88
on the first disk to boot with the third
88
located on the second disk recognized by the BIOS, to boot via
89
.Xr boot 8
89
.Xr loader 8
90
stage from the second disk.
90
located on the first partition of the second non-floppy, non-SCSI disk
91
recognized by the BIOS.
91
.Pp
92
.Pp
92
The command:
93
The command:
93
.Bd -literal -offset indent
94
.Bd -literal -offset indent
94
# echo "1:ad(1,a)/boot/loader -P" > /boot.config
95
# echo "0:ad(1,a)/boot/loader -P" > /boot.config
95
.Ed
96
.Ed
96
.Pp
97
.Pp
97
will do both of the above.
98
will do both of the above.

Return to bug 155989