fix: correct xorriso boot params for Trixie netinstall ISO structure
This commit is contained in:
+5
-10
@@ -97,18 +97,13 @@ cd "$WORK_DIR/iso"
|
|||||||
xorriso -as mkisofs \
|
xorriso -as mkisofs \
|
||||||
-r -J -joliet-long \
|
-r -J -joliet-long \
|
||||||
-V "SeniorNet Kiosk" \
|
-V "SeniorNet Kiosk" \
|
||||||
--grub2-mbr boot/grub/i386-pc/boot_hybrid.img \
|
-b isolinux/isolinux.bin \
|
||||||
-partition_offset 16 \
|
-c isolinux/boot.cat \
|
||||||
--mbr-force-bootable \
|
-no-emul-boot -boot-load-size 4 -boot-info-table \
|
||||||
-append_partition 2 28732ac11ff8d211ba4b00a0c93ec93b boot/grub/efi.img \
|
|
||||||
-appended_part_as_gpt \
|
|
||||||
-iso_mbr_part_type a2a0d0ebe5b9334487c068b6b72699c7 \
|
|
||||||
-c '/boot/boot.cat' \
|
|
||||||
-b '/boot/grub/i386-pc/eltorito.img' \
|
|
||||||
-no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info \
|
|
||||||
-eltorito-alt-boot \
|
-eltorito-alt-boot \
|
||||||
-e '--interval:appended_partition_2:::' \
|
-e boot/grub/efi.img \
|
||||||
-no-emul-boot \
|
-no-emul-boot \
|
||||||
|
-isohybrid-gpt-basdat \
|
||||||
-o "$OUTPUT_ISO" \
|
-o "$OUTPUT_ISO" \
|
||||||
. 2>&1 | tail -5
|
. 2>&1 | tail -5
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user