Setup cdrom/disc1/ for booting in the Alpha case.

This commit is contained in:
David E. O'Brien 2000-01-29 00:26:41 +00:00
parent a05382d9ae
commit 2a76df63e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56775

View File

@ -570,6 +570,12 @@ cdrom.1:
cat ${.CURDIR}/texts/${MACHINE_ARCH}/$${i} >> ${CD_DISC1}/$${i}; \
fi; \
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/
.endif
.if !defined(NOPORTS)
@-rm -rf /usr/ports/distfiles/*
@mkdir -p ${CD_DISC1}/ports && \