summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-24 21:00:49 +0000
committerru <ru@FreeBSD.org>2006-10-24 21:00:49 +0000
commit8e246ecb792dfd0d20a146431f4455a7dcf6348c (patch)
tree381b60c400745ed14c615d7cbd296b48591bdc49 /release
parent8639af26089f0402a3d167780bad9a0916375eb2 (diff)
downloadFreeBSD-src-8e246ecb792dfd0d20a146431f4455a7dcf6348c.zip
FreeBSD-src-8e246ecb792dfd0d20a146431f4455a7dcf6348c.tar.gz
The AUTO_KEYBOARD_DETECT is useful on amd64 as well.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index cfa29bd..22289e1 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1269,9 +1269,11 @@ buildBootFloppy:
.if defined(SPLIT_MFSROOT)
@echo 'mfsroot_after="read -p \"Insert boot floppy and press Enter\""' >> ${IMAGEDIR}/boot/loader.conf
.endif
-.if ${TARGET_ARCH} == "i386" && ${AUTO_KEYBOARD_DETECT}
+.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64"
+.if ${AUTO_KEYBOARD_DETECT}
@echo "-P" >> ${IMAGEDIR}/boot.config
.endif
+.endif
@rm -f ${IMAGEFILE}
@cp ${KERNFILE} ${MFSROOTFILE} ${IMAGEDIR}
sh -e ${DOFS_SH} ${IMAGEFILE} ${RD} ${MNT} ${FLPSIZE} ${IMAGEDIR} \
OpenPOWER on IntegriCloud