Forgot to setup disc2 (the livefs) for booting also.

This commit is contained in:
David E. O'Brien 2000-01-29 01:15:52 +00:00
parent 8728a7f4a5
commit 2a0bb85541
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56779

View File

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