Remove hint.atkbd.0.flags="0x1" from the installation device.hints;

kbdmux(4) is available during install and should take care of USB
keyboards.
This commit is contained in:
Ruslan Ermilov 2006-10-24 20:52:06 +00:00
parent f8553712c4
commit 2c9f74ef32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163669

View File

@ -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 \