diff options
-rw-r--r-- | release/doc/en_US.ISO8859-1/installation/common/trouble.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml b/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml index cebbc9e..0b97fbd 100644 --- a/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml +++ b/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml @@ -44,14 +44,15 @@ detected during boot. Unfortunately, some bugs still exist in both the ACPI driver and within system motherboards and BIOS. The use of ACPI can be disabled by setting the - <quote>hw.acpi.0.disable</quote> hint in the third stage boot + <quote>hint.acpi.0.disabled</quote> hint in the third stage boot loader:</para> - <screen>set.hw.acpi.0.disabled=1</screen> + <screen>set hint.acpi.0.disabled="1"</screen> - <para>This is reset each time the system is booted, so it might be - necessary to set it permanently in the file - <filename>/boot/loader.conf</filename>. More inforation about the + <para>This is reset each time the system is booted, so it is + necessary to add <literal>hint.acpi.0.disabled="1"</literal> + to the file + <filename>/boot/loader.conf</filename>. More information about the boot loader can be found in the FreeBSD Handbook.</para> </answer> </qandaentry> |