FreeBSD Bugzilla – Attachment 87365 Details for
Bug 123974
[patch] Fix Markups in FAQ, Question 3.23
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
books.faq.patch.11.diff
books.faq.patch.11.diff (text/plain), 2.70 KB, created by
Gabor Pali
on 2008-05-25 11:50:02 UTC
(
hide
)
Description:
books.faq.patch.11.diff
Filename:
MIME Type:
Creator:
Gabor Pali
Created:
2008-05-25 11:50:02 UTC
Size:
2.70 KB
patch
obsolete
>Index: book.sgml >=================================================================== >RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v >retrieving revision 1.811 >diff -u -r1.811 book.sgml >--- book.sgml 12 Apr 2008 20:13:12 -0000 1.811 >+++ book.sgml 25 May 2008 08:21:58 -0000 >@@ -1888,11 +1888,11 @@ > systems, with the hard disks arranged as the master or > single device on separate IDE controllers, with FreeBSD > installed on the secondary IDE controller. The boot blocks >- think the system is installed on ad0 (the second BIOS >+ think the system is installed on <devicename>ad0</devicename> (the second BIOS > disk) while the kernel assigns the first disk on the >- secondary controller device, ad2. After the device >+ secondary controller device, <devicename>ad2</devicename>. After the device > probing, the kernel tries to mount what the boot blocks >- think is the boot disk, ad0, while it is really ad2, and >+ think is the boot disk, <devicename>ad0</devicename>, while it is really <devicename>ad2</devicename>, and > fails.</para> > > <para>To fix the problem, do one of the following:</para> >@@ -1905,10 +1905,10 @@ > drop you into the boot loader.</para> > > <para>Then type >- <literal> >+ <userinput> > set > root_disk_unit="<replaceable>disk_number</replaceable>" >- </literal>. <replaceable>disk_number</replaceable> >+ </userinput>. <replaceable>disk_number</replaceable> > will be <literal>0</literal> if FreeBSD is installed > on the master drive on the first IDE controller, > <literal>1</literal> if it is installed on the slave >@@ -1918,13 +1918,13 @@ > installed on the slave of the second IDE > controller.</para> > >- <para>Then type <literal>boot</literal>, and your >+ <para>Then type <userinput>boot</userinput>, and your > system should boot correctly.</para> > > <para>To make this change permanent (i.e, so you do not > have to do this every time you reboot or turn on >- your FreeBSD machine), put the line <literal> >- root_disk_unit="<replaceable>disk_number</replaceable>"</literal> >+ your FreeBSD machine), put the line <userinput> >+ root_disk_unit="<replaceable>disk_number</replaceable>"</userinput> > in <filename>/boot/loader.conf.local > </filename>.</para> > </listitem>
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 123974
: 87365