Remove historical vestage from the days when there was 1 boot floppy for
i386 and 2 for the Alpha. Ok'ed by: JKH
This commit is contained in:
parent
7885e8b5d8
commit
873bfb6396
@ -708,7 +708,7 @@ doMFSKERN:
|
||||
@echo "Setting up /boot directory for ${FSIMAGE} floppy"
|
||||
@mkdir -p ${RD}/image.${FSIMAGE}/boot
|
||||
@cp /boot/boot[12] /boot/loader ${RD}/image.${FSIMAGE}/boot
|
||||
.if !defined(BIGBOOT) || ${MACHINE_ARCH} == "alpha"
|
||||
.if !defined(BIGBOOT)
|
||||
@echo "load /kernel" > ${RD}/image.${FSIMAGE}/boot/loader.rc
|
||||
@echo "echo \\007\\007" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
|
||||
@echo "echo Please insert MFS root floppy and press enter:" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
|
||||
|
Loading…
x
Reference in New Issue
Block a user