error while installing respinned/customized centos

前端 未结 3 1075
-上瘾入骨i
-上瘾入骨i 2021-01-15 16:35

i am following this link with an aim to create custom CentOS ISO with some extra packages downloaded from internet (say ABCD.rpm). https://wikis.uit.tufts.edu/confluence/dis

3条回答
  •  隐瞒了意图╮
    2021-01-15 17:18

    I was running into the same issue. It is working fine after using the following command to create ISO.

    mkisofs -r -N -L -d -J -T -joliet-long -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -V RHEL6.5 -boot-load-size 4 -boot-info-table -o RHEL6.5-20131111.0-Server-x86_64-DVD1_new3.iso RHEL6.5-20131111.0-Server-x86_64-DVD1_new
    

提交回复
热议问题