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
ad6170dd97
commit
0cacee70e6
@ -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 New Issue
Block a user