From 8639af26089f0402a3d167780bad9a0916375eb2 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 24 Oct 2006 20:52:06 +0000 Subject: Remove hint.atkbd.0.flags="0x1" from the installation device.hints; kbdmux(4) is available during install and should take care of USB keyboards. --- release/Makefile | 6 ------ 1 file changed, 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 \ -- cgit v1.1