summaryrefslogtreecommitdiff
path: root/distrib/alpha/iso/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-03-05 21:28:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-03-05 21:28:37 +0000
commitef5447a6d555f769e5e89a7b38159193618a3a80 (patch)
tree4a2b090b9d1ae12245e0c62e15310e6f6b5c0b9c /distrib/alpha/iso/Makefile
parent286918f02911697579d64283a39326908e072831 (diff)
Ensure that there is a /bsd on the CD, and that it is bsd.rd, so that
prom commandline options are not needed to get to the kernel; spotted by Igor Sobrado
Diffstat (limited to 'distrib/alpha/iso/Makefile')
-rw-r--r--distrib/alpha/iso/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/alpha/iso/Makefile b/distrib/alpha/iso/Makefile
index c60cad54bf4..a5ceb403ab3 100644
--- a/distrib/alpha/iso/Makefile
+++ b/distrib/alpha/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2007/08/10 12:29:53 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2008/03/05 21:28:36 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -26,6 +26,10 @@ ${CDROM}: ${BASE} ${XBASE}
cp -p ${BASE} ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}
cp -p ${XBASE} ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}
+ # make sure right kernel is in /
+ ln ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}/bsd.rd ${.OBJDIR}/cd-dir/bsd.rd
+ ln ${.OBJDIR}/cd-dir/bsd.rd ${.OBJDIR}/cd-dir/bsd
+
cp -p ${RELDIR}/boot ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}
cp -p ${RELDIR}/bootxx ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}