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:
Yoshihiro Takahashi 2006-01-02 07:29:22 +00:00
parent 05b2fd309f
commit 91dda5000a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153962

View File

@ -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