| Summary: | FAQ update for "win95 killed mbr" question | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | John Reynolds <jjreynold> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
John Reynolds
2000-07-27 19:50:03 UTC
jjreynold@home.com wrote: > +<screen><prompt>Fixit# </prompt> <userinput>boot0cfg -B bootdevice </userinput></screen> > +<para></para> Nuke the empty <para>. > +<para>substituting <quote>bootdevice</quote> for your real boot device such <replaceable> around "bootdevice" in both places, and don't use <quote> at all for that. > +as ad0 (first IDE disk), ad4 (first IDE disk on auxiliary controller), da0 > +(first SCSI disk), etc. You probably need <devicename> around the device names. Other than that, it doesn't look too bad. I don't know if you need the space with <prompt> either. I know technically the space *is* included in the prompt, but there's a space after the normal root prompt as well which isn't included in the &prompt.root entity: freebsd.dtd:<!ENTITY prompt.root "<prompt>#</prompt>"> But I'm getting picky now. :-) -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / [ On Thursday, July 27, Ben Smithurst wrote: ] > > Nuke the empty <para>. > > <replaceable> around "bootdevice" in both places, and don't use <quote> at > all for that. > > You probably need <devicename> around the device names. > > Other than that, it doesn't look too bad. I don't know if you need the > space with <prompt> either. I know technically the space *is* included in > the prompt, but there's a space after the normal root prompt as well which > isn't included in the &prompt.root entity: > > freebsd.dtd:<!ENTITY prompt.root "<prompt>#</prompt>"> Cool. I was mostly copying from the previous "listitem" which is why you see some of the stuff the way it was. Do you want me to slightly reformat it per the above suggestions before it's committable? > But I'm getting picky now. :-) be gentle :) -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 4.0-STABLE. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds wrote: > Do you want me to slightly reformat it per the above suggestions before it's > committable? No need really, they're easy enough for me to do myself. I'll probably commit this in a few hours unless someone else wants to before then. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / State Changed From-To: open->closed Committed, thanks! |