From 6014c286d1b59ca059348d2eb610bd6ac68cce2e Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 16 Oct 1998 10:17:29 +0000 Subject: [PATCH] Use the same boot.conf file for alpha, now that it works. --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index e578b740dea..631458da6c3 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.419 1998/10/14 10:58:12 jkh Exp $ +# $Id: Makefile,v 1.420 1998/10/15 11:12:40 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -724,6 +724,7 @@ doMFSKERN: @cp /usr/mdec/boot2 ${RD}/boot.${FSIMAGE}/boot .else @cp /boot/* ${RD}/boot.${FSIMAGE}/boot +.endif @echo "@load /kernel" > ${RD}/boot.${FSIMAGE}/boot/boot.conf @echo "@echo Please insert MFS root floppy and press enter:" >> ${RD}/boot.${FSIMAGE}/boot/boot.conf @echo "@read" >> ${RD}/boot.${FSIMAGE}/boot/boot.conf @@ -731,7 +732,6 @@ doMFSKERN: @echo "@boot" >> ${RD}/boot.${FSIMAGE}/boot/boot.conf @echo "/boot/loader" >${RD}/boot.${FSIMAGE}/boot.config @touch ${RD}/boot.${FSIMAGE}/boot/loader.config -.endif .endif @vnconfig /dev/${VNDEVICE} fs-image.${FSIMAGE} @mkdir -p /tmp/mnt_xx