`cdboot' is broken as it cannot load a kernel.

The release engineer keeps using the wrong /boot/cdboot when creating the
ISO images.  So we'll add the 4.0-RELEASE cdboot to the tree until someone
bothers to fix the source so a working `cdboot' is built.
This commit is contained in:
David E. O'Brien 2000-11-27 02:15:13 +00:00
parent 1e5d626ad9
commit 4a93f235c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69242
2 changed files with 1559 additions and 4 deletions

View File

@ -1,11 +1,12 @@
# $FreeBSD$
BINDIR= /boot
BASE= cdboot
PROG= ${BASE}
NOMAN=
NEWVERSWHAT= "SRM CD9660 boot" alpha
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
STRIP=
CFLAGS+= -DLOADER_CDROM_SUPPORT
${BASE}: ${BASE}-4.0R.gz.uu
uudecode -p ${.CURDIR}/${BASE}-4.0R.gz.uu | gunzip > ${BASE}
.include <${.CURDIR}/../common/Makefile.common>
.include <bsd.prog.mk>

File diff suppressed because it is too large Load Diff