[Bug 157698] [patch] gpart(8) man page contains old/incorrect size for /boot/gptboot

2018-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157698

Allan Jude  changed:

   What|Removed |Added

 CC||allanj...@freebsd.org
 Resolution|--- |Overcome By Events
 Status|In Progress |Closed

--- Comment #6 from Allan Jude  ---
(In reply to rsimmons0 from comment #0)
The 15 blocks is referring to /boot/boot2 (which is 7680 bytes). UFS doesn't
use the first 15 blocks of the partition, and that is where we stuff boot2,
which is loaded from boot1, which lives in the volume boot record, which itself
is loaded by boot0 which lives in the master boot record. All of this only
applies to MBR.


This advice has already been changed in the man page in 2012:
https://svnweb.freebsd.org/base/head/lib/geom/part/gpart.8?r1=230058=230059;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 157698] [patch] gpart(8) man page contains old/incorrect size for /boot/gptboot

2018-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157698

Guangyuan Yang  changed:

   What|Removed |Added

 CC||y...@freebsd.org
   Assignee|b...@freebsd.org|y...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 157698] [patch] gpart(8) man page contains old/incorrect size for /boot/gptboot

2015-09-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157698

Andrey V. Elsukov  changed:

   What|Removed |Added

 CC||a...@freebsd.org

--- Comment #4 from Andrey V. Elsukov  ---
> > After creating all required partitions, embed bootstrap code into them:
> >
> >   /sbin/gpart bootcode -p /boot/boot1 da0
> 
> That command is not valid. Maybe the '-p' should be a '-b'?
> 
> # /sbin/gpart bootcode -p /boot/boot1 da0
> gpart: missing -i option

This command is correct and applicably only for VTOC8 scheme.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 157698] [patch] gpart(8) man page contains old/incorrect size for /boot/gptboot

2015-09-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157698

Arrigo Marchiori  changed:

   What|Removed |Added

 CC||ard...@yahoo.it

--- Comment #3 from Arrigo Marchiori  ---
Hello,

I found another bug in the gpart(8) man page and I am reporting it here instead
of filing a new bug, because it only requires a small correction.
Please tell me if you need a separate bug report instead.

Among the examples:

> After creating all required partitions, embed bootstrap code into them:
>
>   /sbin/gpart bootcode -p /boot/boot1 da0

That command is not valid. Maybe the '-p' should be a '-b'?

# /sbin/gpart bootcode -p /boot/boot1 da0
gpart: missing -i option

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 157698] [patch] gpart(8) man page contains old/incorrect size for /boot/gptboot

2015-09-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157698

--- Comment #5 from Arrigo Marchiori  ---
(In reply to Andrey V. Elsukov from comment #4)

You are right, I am sorry for the noise.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"