summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-24 20:52:06 +0000
committerru <ru@FreeBSD.org>2006-10-24 20:52:06 +0000
commit8639af26089f0402a3d167780bad9a0916375eb2 (patch)
treee0d367deb6d36e2db62d33cd1b58d5fec58c48af /release
parent18498b3d43a9e0ec6f1619d5ee676213a667d92f (diff)
downloadFreeBSD-src-8639af26089f0402a3d167780bad9a0916375eb2.zip
FreeBSD-src-8639af26089f0402a3d167780bad9a0916375eb2.tar.gz
Remove hint.atkbd.0.flags="0x1" from the installation device.hints;
kbdmux(4) is available during install and should take care of USB keyboards.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/release/Makefile b/release/Makefile
index 9bdd49e..cfa29bd 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -943,9 +943,6 @@ cdrom.1:
# Break the link to device.hints so we can modify it
@rm -f ${CD_LIVEFS}/boot/device.hints
@cp ${RD}/trees/base/boot/device.hints ${CD_LIVEFS}/boot/device.hints
-.if ${TARGET} == "i386" || ${TARGET_ARCH} == "amd64"
- @echo 'hint.atkbd.0.flags="0x1"' >> ${CD_LIVEFS}/boot/device.hints
-.endif
.endif
@echo "CD_VERSION = ${BUILDNAME}" > ${CD_LIVEFS}/cdrom.inf
touch ${.TARGET}
@@ -1252,9 +1249,6 @@ buildBootFloppy:
${BOOTDIR}/loader.rc ${IMAGEDIR}/boot
.if exists(${HINTSFILE})
@cp ${HINTSFILE} ${IMAGEDIR}/boot/device.hints
-.if ${TARGET} == "i386" || ${TARGET_ARCH} == "amd64"
- @echo 'hint.atkbd.0.flags="0x1"' >> ${IMAGEDIR}/boot/device.hints
-.endif
@gzip -9n ${IMAGEDIR}/boot/device.hints
.endif
@gzip -9n ${IMAGEDIR}/boot/*.4th ${IMAGEDIR}/boot/loader.help \
OpenPOWER on IntegriCloud