mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
The AUTO_KEYBOARD_DETECT is useful on amd64 as well.
This commit is contained in:
parent
2c9f74ef32
commit
9f5cc52fb6
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue