| Summary: | [patch] Fix offset in boot.config(5) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Enji Cooper <ngie> | ||||
| Component: | Books & Articles | Assignee: | Eitan Adler <eadler> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-doc->eadler I'll take it. State Changed From-To: open->closed this change is incorrect, the first value 0: implies tha t thi is the first disk, not second that bios probes |
The following is patch fixes the documentation for boot.config(5) as the indexes are incorrect per boot(8): bios_drive:interface(unit,[slice,]part)filename [-aCcDdghmnPprsv] [-Sspeed] Specify boot file and flags. bios_drive The drive number as recognized by the BIOS. 0 for the first drive, 1 for the second drive, etc. I submitted it directly to danger@, but he suggested I create a PR for it. Fix: Patch attached with submission follows: