Hey, actually I
- downloaded the AlmaLinux DVD iso
- mounted it on my local machine
- copied all the contents in a directory
and now i was trying to create an iso out of this, but I am not sure which command to use for the same,
I have used the following command provided by redhat to build the iso, but it says that it can’t find isolinux.bin file in the directory
genisoimage -U -r -v -T -J -joliet-long -V "RHEL-7.1 Server.x86_64" -volset "RHEL-7.1 Server.x86_64" -A "RHEL-7.1 Server.x86_64" -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e images/efiboot.img -no-emul-boot -o ../NEWISO.iso .