mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Request boot floppy after loading mfsroot floppy because beastie.4th exists
in boot floppy. Submitted by: Nobuyuki Koganemaru < n-kogane at syd dot odn dot ne dot jp > MFC after: 1 week
This commit is contained in:
parent
05b2fd309f
commit
91dda5000a
1 changed files with 3 additions and 0 deletions
|
|
@ -1242,6 +1242,9 @@ buildBootFloppy:
|
|||
.if !exists(${ACPI_KO})
|
||||
@echo 'mfsroot_before="read -p \"Insert boot floppy and press Enter\""' >> ${IMAGEDIR}/boot/loader.conf
|
||||
.endif
|
||||
.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}
|
||||
@echo "-P" >> ${IMAGEDIR}/boot.config
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue