Copy .discinfo to the boot.iso

This should close #187
This commit is contained in:
Brian C. Lane 2019-01-23 16:52:51 -08:00
parent 3676cb65bb
commit 458d120afe
5 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,7 @@ mkdir ${KERNELDIR}
runcmd xorrisofs -o ${outroot}/images/boot.iso \ runcmd xorrisofs -o ${outroot}/images/boot.iso \
${efiargs} -R -J -V '${isolabel}' \ ${efiargs} -R -J -V '${isolabel}' \
-graft-points \ -graft-points \
.discinfo=${outroot}/.discinfo \
${KERNELDIR}=${outroot}/${KERNELDIR} \ ${KERNELDIR}=${outroot}/${KERNELDIR} \
${STAGE2IMG}=${outroot}/${STAGE2IMG} \ ${STAGE2IMG}=${outroot}/${STAGE2IMG} \
${efigraft} ${filegraft} ${efigraft} ${filegraft}

View File

@ -87,6 +87,7 @@ treeinfo ${basearch} platforms ${platforms}
runcmd xorrisofs -o ${outroot}/images/boot.iso \ runcmd xorrisofs -o ${outroot}/images/boot.iso \
${efiargs} -R -J -V '${isolabel}' \ ${efiargs} -R -J -V '${isolabel}' \
-graft-points \ -graft-points \
.discinfo=${outroot}/.discinfo \
${KERNELDIR}=${outroot}/${KERNELDIR} \ ${KERNELDIR}=${outroot}/${KERNELDIR} \
${STAGE2IMG}=${outroot}/${STAGE2IMG} \ ${STAGE2IMG}=${outroot}/${STAGE2IMG} \
${efigraft} ${filegraft} ${efigraft} ${filegraft}

View File

@ -88,6 +88,7 @@ runcmd xorrisofs -v -U -J -R \
-hfs-volid ${product.version} \ -hfs-volid ${product.version} \
-chrp-boot -map ${inroot}/${configdir}/mapping \ -chrp-boot -map ${inroot}/${configdir}/mapping \
-no-desktop -allow-multidot -graft-points \ -no-desktop -allow-multidot -graft-points \
.discinfo=${outroot}/.discinfo \
${BOOTDIR}=${outroot}/${BOOTDIR} \ ${BOOTDIR}=${outroot}/${BOOTDIR} \
${GRUBDIR}=${outroot}/${GRUBDIR} \ ${GRUBDIR}=${outroot}/${GRUBDIR} \
${STAGE2IMG}=${outroot}/${STAGE2IMG} ${filegraft} ${STAGE2IMG}=${outroot}/${STAGE2IMG} ${filegraft}

View File

@ -72,6 +72,7 @@ runcmd xorrisofs -o ${outroot}/images/boot.iso \
-b ${BOOTDIR}/cdboot.img -c ${BOOTDIR}/boot.cat \ -b ${BOOTDIR}/cdboot.img -c ${BOOTDIR}/boot.cat \
-boot-load-size 4 -no-emul-boot \ -boot-load-size 4 -no-emul-boot \
-R -J -V '${isolabel}' -graft-points \ -R -J -V '${isolabel}' -graft-points \
.discinfo=${outroot}/.discinfo \
${BOOTDIR}=${outroot}/${BOOTDIR} \ ${BOOTDIR}=${outroot}/${BOOTDIR} \
${filegraft} ${filegraft}
treeinfo images-${basearch} boot.iso images/boot.iso treeinfo images-${basearch} boot.iso images/boot.iso

View File

@ -119,6 +119,7 @@ runcmd xorrisofs -o ${outroot}/images/boot.iso \
-boot-load-size 4 -boot-info-table -no-emul-boot \ -boot-load-size 4 -boot-info-table -no-emul-boot \
${efiargs} -R -J -V '${isolabel}' \ ${efiargs} -R -J -V '${isolabel}' \
-graft-points \ -graft-points \
.discinfo=${outroot}/.discinfo \
${STAGE2IMG}=${outroot}/${STAGE2IMG} \ ${STAGE2IMG}=${outroot}/${STAGE2IMG} \
${BOOTDIR}=${outroot}/${BOOTDIR} \ ${BOOTDIR}=${outroot}/${BOOTDIR} \
${KERNELDIR}=${outroot}/${KERNELDIR} \ ${KERNELDIR}=${outroot}/${KERNELDIR} \