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:
parent
f8553712c4
commit
2c9f74ef32
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user