FreeBSD Bugzilla – Attachment 114341 Details for
Bug 155989
[patch] Fix offset in boot.config(5)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 865 bytes, created by
Enji Cooper
on 2011-03-28 09:50:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Enji Cooper
Created:
2011-03-28 09:50:10 UTC
Size:
865 bytes
patch
obsolete
>Index: share/man/man5/boot.config.5 >=================================================================== >--- share/man/man5/boot.config.5 (revision 220091) >+++ share/man/man5/boot.config.5 (working copy) >@@ -80,18 +80,19 @@ > .Pp > The command: > .Bd -literal -offset indent >-# echo "1:ad(1,a)/boot/loader" > /boot.config >+# echo "0:ad(1,a)/boot/loader" > /boot.config > .Ed > .Pp > 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. >+located on the second disk recognized by the BIOS, to boot via >+.Xr loader 8 >+located on the first partition of the second non-floppy, non-SCSI disk >+recognized by the BIOS. > .Pp > The command: > .Bd -literal -offset indent >-# echo "1:ad(1,a)/boot/loader -P" > /boot.config >+# echo "0:ad(1,a)/boot/loader -P" > /boot.config > .Ed > .Pp > will do both of the above.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 155989
: 114341