mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
`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:
parent
1e5d626ad9
commit
4a93f235c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69242
@ -1,11 +1,12 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
BINDIR= /boot
|
||||||
BASE= cdboot
|
BASE= cdboot
|
||||||
PROG= ${BASE}
|
PROG= ${BASE}
|
||||||
NOMAN=
|
NOMAN=
|
||||||
NEWVERSWHAT= "SRM CD9660 boot" alpha
|
STRIP=
|
||||||
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
|
|
||||||
|
|
||||||
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>
|
||||||
|
1554
sys/boot/alpha/cdboot/cdboot-4.0R.gz.uu
Normal file
1554
sys/boot/alpha/cdboot/cdboot-4.0R.gz.uu
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user