lorax: do not build boot.iso (#706)

release2
Marek Marczykowski 11 years ago
parent aa32ce9e70
commit 0d7c04bd53

@ -139,8 +139,6 @@ iso:
mkdir -p work
pushd work && pungi --name=Qubes $(PUNGI_OPTS) -c $(PWD)/conf/qubes-kickstart.cfg && popd
./rpm_verify work/$(ISO_VERSION)/x86_64/os/Packages/*/*.rpm
# Currently netinstall not supported
rm work/$(ISO_VERSION)/x86_64/iso/*-netinst.iso
# Move result files to known-named directories
mkdir -p build/ISO/qubes-x86_64/iso build/work
mv work/$(ISO_VERSION)/x86_64/iso/*-DVD.iso build/ISO/qubes-x86_64/iso/

@ -80,14 +80,14 @@ hardlink ${KERNELDIR}/initrd.img ${BOOTDIR}
<%include file="efi.tmpl" args="configdir=configdir, KERNELDIR=KERNELDIR, efiarch=efiarch, isolabel=isolabel"/>
%endif
## make boot.iso
runcmd mkisofs -o ${outroot}/images/boot.iso \
-b ${BOOTDIR}/isolinux.bin -c ${BOOTDIR}/boot.cat \
-boot-load-size 4 -boot-info-table -no-emul-boot \
${efiargs} -R -J -V '${isolabel}' -T -graft-points \
${BOOTDIR}=${outroot}/${BOOTDIR} \
${KERNELDIR}=${outroot}/${KERNELDIR} \
${LIVEDIR}=${outroot}/${LIVEDIR} \
${efigraft}
runcmd isohybrid ${efihybrid} ${outroot}/images/boot.iso
treeinfo images-${basearch} boot.iso images/boot.iso
## ## make boot.iso
## runcmd mkisofs -o ${outroot}/images/boot.iso \
## -b ${BOOTDIR}/isolinux.bin -c ${BOOTDIR}/boot.cat \
## -boot-load-size 4 -boot-info-table -no-emul-boot \
## ${efiargs} -R -J -V '${isolabel}' -T -graft-points \
## ${BOOTDIR}=${outroot}/${BOOTDIR} \
## ${KERNELDIR}=${outroot}/${KERNELDIR} \
## ${LIVEDIR}=${outroot}/${LIVEDIR} \
## ${efigraft}
## runcmd isohybrid ${efihybrid} ${outroot}/images/boot.iso
## treeinfo images-${basearch} boot.iso images/boot.iso

Loading…
Cancel
Save