diff options
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index e3b4e78..b9b17ba 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/* |