mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- loader(8) is not a part of boot(8) and is not its second stage.
Reported by: Yoshihiko Sarumaru <mistral at imasy.or.jp> Reviewed by: trhodes MFC-after: 3 days
This commit is contained in:
parent
aa1b83ec5a
commit
06019eff46
1 changed files with 5 additions and 5 deletions
|
|
@ -78,11 +78,11 @@ The command:
|
|||
# echo "1:ad(1,a)/boot/loader" > /boot.config
|
||||
.Ed
|
||||
.Pp
|
||||
will instruct the second boot stage of
|
||||
.Xr loader 8
|
||||
on the first disk to boot with the third boot stage of
|
||||
.Xr loader 8
|
||||
from the second disk.
|
||||
will instruct the second stage of
|
||||
.Xr boot 8
|
||||
on the first disk to boot with the third
|
||||
.Xr boot 8
|
||||
stage from the second disk.
|
||||
.Pp
|
||||
The command:
|
||||
.Bd -literal -offset indent
|
||||
|
|
|
|||
Loading…
Reference in a new issue