Skip to content

Commit

Permalink
Исправлена сборка ISO образов
Browse files Browse the repository at this point in the history
  • Loading branch information
Aren committed Feb 15, 2024
1 parent bf12663 commit ed3af8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def create_iso(IMAGE_NAME):
shutil.copytree("modules/bin", "iso_root/mod")
os.system(f"cp -v limine/BOOTX64.EFI iso_root/EFI/BOOT/")
os.system(f"cp -v limine/BOOTIA32.EFI iso_root/EFI/BOOT/")
os.system(f"xorriso -as mkisofs -b limine/limine-bios-cd.bin -no-emul-boot -boot-load-size 4 -boot-info-table --efi-boot limine/limine-uefi-cd.bin -efi-boot-part --efi-boot-image --protective-msdos-label iso_root -o {IMAGE_NAME}.iso")
os.system(f"xorriso -as mkisofs -b limine-bios-cd.bin -no-emul-boot -boot-load-size 4 -boot-info-table --efi-boot limine-uefi-cd.bin -efi-boot-part --efi-boot-image --protective-msdos-label iso_root -o {IMAGE_NAME}.iso")
os.system(f"./limine/limine bios-install {IMAGE_NAME}.iso")

if __name__ == "__main__":
Expand Down

0 comments on commit ed3af8d

Please sign in to comment.