diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-05 07:33:12 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-05 07:33:12 +0000 |
commit | 7a6200ec6a74f69e5119025dffb6070ffacfcfdd (patch) | |
tree | 5b5004d4551328e3c9cb639d4823b7e3bc14f6d0 /sys/boot/common | |
parent | d8ee9fd2c6ee6d4b696b2cfb33399ff327f07443 (diff) | |
download | FreeBSD-src-7a6200ec6a74f69e5119025dffb6070ffacfcfdd.zip FreeBSD-src-7a6200ec6a74f69e5119025dffb6070ffacfcfdd.tar.gz |
Since we insist on loading the POS ACPI by default, give the poor user
instructions on the main help screen for disabling it.
Diffstat (limited to 'sys/boot/common')
-rw-r--r-- | sys/boot/common/help.common | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index d42935c..a6fd748 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -13,6 +13,11 @@ Some commands may not be available. Use the '?' command to list most available commands. + If needed, disable the use of ACPI with: + + unset acpi_load + $hint.acpi.0.disabled="1" + ################################################################################ # Tautoboot DBoot after a delay |