error while installing respinned/customized centos

前端 未结 3 1116
-上瘾入骨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:30

    You have to re-create the comps.xml for any new added package.

    cd /isolinux
    createrepo -u "media://`head -1 .discinfo`" -g /comps.xml .
    

提交回复
热议问题