mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
The AUTO_KEYBOARD_DETECT is useful on amd64 as well.
This commit is contained in:
parent
2c9f74ef32
commit
9f5cc52fb6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163670
@ -1269,8 +1269,10 @@ 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}
|
||||
|
Loading…
Reference in New Issue
Block a user