summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2002-04-09 01:17:47 +0000
committermatusita <matusita@FreeBSD.org>2002-04-09 01:17:47 +0000
commit1db8894aba98dbfddf04bbebcf4c512f98a6c866 (patch)
treec7bddad1b41da998156107894a7228f7b27e9b78 /release
parenta72383027f9b9ad014841ddaa655b3e88a334d64 (diff)
downloadFreeBSD-src-1db8894aba98dbfddf04bbebcf4c512f98a6c866.zip
FreeBSD-src-1db8894aba98dbfddf04bbebcf4c512f98a6c866.tar.gz
Set hint.acpi.0.disable to 1 in /boot/loader.rc of {boot,kern}.flp,
since we have no ACPI feature in the installation kernel at this time. Without having this, we'll see ACPI no autoload failed -- no such file or directory message at boot time, and it makes some confusion to the users. We can backout this change if installation kernel has ACPI feature. PR: 36911 (partly)
Diffstat (limited to 'release')
-rw-r--r--release/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 57cfda3..4c1de97 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1009,6 +1009,7 @@ doMFSKERN:
@echo "read" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
.endif
@echo "load -t mfs_root /mfsroot" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
+ @echo "set hint.acpi.0.disable=1" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
@echo "echo \\007\\007" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
@echo "autoboot 10" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
.if ${MACHINE_ARCH} == "i386" && ${AUTO_KEYBOARD_DETECT}
OpenPOWER on IntegriCloud