Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341038 Details for
Bug 251719
Please use hybrid cd-rom/hard disk mode for ISOLINUX
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
catalyst-9999-isohybrid.patch
catalyst-9999-isohybrid.patch (text/plain), 2.05 KB, created by
Ben Kohler
on 2013-03-05 21:08:29 UTC
(
hide
)
Description:
catalyst-9999-isohybrid.patch
Filename:
MIME Type:
Creator:
Ben Kohler
Created:
2013-03-05 21:08:29 UTC
Size:
2.05 KB
patch
obsolete
>diff -ur catalyst.orig/targets/support/create-iso.sh catalyst.new/targets/support/create-iso.sh >--- catalyst.orig/targets/support/create-iso.sh 2013-03-05 15:03:03.867637335 -0600 >+++ catalyst.new/targets/support/create-iso.sh 2013-03-05 15:05:53.968313643 -0600 >@@ -264,16 +264,19 @@ > echo "Creating ISO using ISOLINUX bootloader" > echo "mkisofs -J -R -l ${mkisofs_zisofs_opts} -V \"${clst_iso_volume_id}\" -o ${1} -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table ${clst_target_path}" > mkisofs -J -R -l ${mkisofs_zisofs_opts} -V "${clst_iso_volume_id}" -o ${1} -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table ${clst_target_path} || die "Cannot make ISO image" >+ isohybrid ${1} > elif [ -e ${clst_target_path}/gentoo.efimg ] > then > echo "Creating ISO using both ISOLINUX and EFI bootloader" > echo "mkisofs -J -R -l ${mkisofs_zisofs_opts} -V \"${clst_iso_volume_id}\" -o ${1} -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -b gentoo.efimg -c boot.cat -no-emul-boot -z ${clst_target_path}" > mkisofs -J -R -l ${mkisofs_zisofs_opts} -V "${clst_iso_volume_id}" -o ${1} -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -b gentoo.efimg -c boot.cat -no-emul-boot -z ${clst_target_path} || die "Cannot make ISO image" >+ isohybrid --uefi ${1} > fi > else > echo "Creating ISO using ISOLINUX bootloader" > echo "mkisofs -J -R -l ${mkisofs_zisofs_opts} -V \"${clst_iso_volume_id}\" -o ${1} -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table ${clst_target_path}" > mkisofs -J -R -l ${mkisofs_zisofs_opts} -V "${clst_iso_volume_id}" -o ${1} -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table ${clst_target_path} || die "Cannot make ISO image" >+ isohybrid ${1} > fi > elif [ -e ${clst_target_path}/boot/grub/stage2_eltorito ] > then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251719
:
341038
|
341062