Lines Matching full:images
14 # oci-release: Build all OCI container images
17 # vm-install: Copies all virtual machine images into ${DESTDIR}
18 # cloud-install: Copies non-uploaded cloud images into ${DESTDIR}
19 # oci-install: Copies all OCI container images into ${DESTDIR}
30 # WITH_COMPRESSED_IMAGES: if set, compress installation images with xz(1)
31 # (uncompressed images are not removed)
32 # WITH_VMIMAGES: if set, build virtual machine images with the release
33 # WITH_COMPRESSED_VMIMAGES: if set, compress virtual machine disk images
35 # WITH_CLOUDWARE: if set, build cloud hosting disk images with the release
102 IMAGES= macro
105 IMAGES+= disc1.iso bootonly.iso
108 IMAGES+= dvd1.iso
114 IMAGES+= memstick.img
115 IMAGES+= mini-memstick.img
118 CLEANFILES= packagesystem *.txz MANIFEST release ${IMAGES}
120 . for I in ${IMAGES}
361 .if !empty(IMAGES)
362 .for I in ${IMAGES}