mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Add more descriptive metadata to the ISO images.
PR: 146079 Submitted by: Roman Bogorodskiy MFC after: 3 days X-MFC-10.1: yes Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f9246664f5
commit
ac23f4607a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273204
@ -62,6 +62,8 @@ OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
VOLUME_LABEL= ${OSRELEASE:C/[-\.]/_/g:S/^$${TYPE}_//}
|
||||
|
||||
.if !exists(${DOCDIR})
|
||||
NODOC= true
|
||||
.endif
|
||||
@ -247,13 +249,13 @@ dvd:
|
||||
|
||||
release.iso: disc1.iso
|
||||
disc1.iso: system
|
||||
sh ${.CURDIR}/${TARGET}/mkisoimages.sh -b FreeBSD_Install ${.TARGET} release
|
||||
sh ${.CURDIR}/${TARGET}/mkisoimages.sh -b ${VOLUME_LABEL}_CD ${.TARGET} release
|
||||
|
||||
dvd1.iso: dvd pkg-stage
|
||||
sh ${.CURDIR}/${TARGET}/mkisoimages.sh -b FreeBSD_Install ${.TARGET} dvd
|
||||
sh ${.CURDIR}/${TARGET}/mkisoimages.sh -b ${VOLUME_LABEL}_DVD ${.TARGET} dvd
|
||||
|
||||
bootonly.iso: bootonly
|
||||
sh ${.CURDIR}/${TARGET}/mkisoimages.sh -b FreeBSD_Install ${.TARGET} bootonly
|
||||
sh ${.CURDIR}/${TARGET}/mkisoimages.sh -b ${VOLUME_LABEL}_BO ${.TARGET} bootonly
|
||||
|
||||
memstick: memstick.img
|
||||
memstick.img: system
|
||||
|
Loading…
Reference in New Issue
Block a user