From 2a0bb85541802e36517ff6b94b5020ef14b496a4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 29 Jan 2000 01:15:52 +0000 Subject: [PATCH] Forgot to setup disc2 (the livefs) for booting also. --- release/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index e3b4e7863f95..b9b17ba154a9 100644 --- a/release/Makefile +++ b/release/Makefile @@ -572,9 +572,10 @@ cdrom.1: done .if ${MACHINE_ARCH} == "alpha" @echo "Setting up Alpha CD disc1 for booting" - @ln -f ${RD}/image.boot/kernel.gz ${CD_DISC1} @cp -Rp ${RD}/image.boot/boot ${CD_DISC1} - @cp -p /boot/cdboot ${CD_DISC1}/boot/ + @ln -f ${CD_DISC2}/boot/cdboot ${CD_DISC1}/boot + @ln -f ${CD_DISC1}/boot/loader.rc ${CD_DISC2}/boot + @ln -f ${CD_DISC1}/kernel ${CD_DISC2}/kernel .endif .if !defined(NOPORTS) @-rm -rf /usr/ports/distfiles/*