Como cutomizar um iso do CentOS para incluir meus próprios pacotes rpm

3

Digamos que eu tenha baixado um CD de desktop ao vivo do CentOS. Como eu incluiria meus próprios pacotes rpm, para que eles sejam instalados automaticamente assim que eu inicializar com o live CD ou tê-lo instalado permanentemente no meu sistema?

    
por SSaikia_JtheRocker 30.06.2012 / 15:02

1 resposta

6

O CentOS tem uma ótima documentação sobre como usar os arquivos do Kickstart para obter o que você deseja.

Eu não vejo o ponto em copiar / colar toda a página, então eu vou apenas linkar para ela: link

The kickstart file can include some basic system configuration items, the package manifest and a script to be run at the end of the build process.

Ele se enquadra em instalações automatizadas: link

O que são instalações do Kickstart?

Many system administrators would prefer to use an automated installation method to install Red Hat Enterprise Linux on their machines. To answer this need, Red Hat created the kickstart installation method. Using kickstart, a system administrator can create a single file containing the answers to all the questions that would normally be asked during a typical installation.

Kickstart files can be kept on a single server system and read by individual computers during the installation. This installation method can support the use of a single kickstart file to install Red Hat Enterprise Linux on multiple machines, making it ideal for network and system administrators.

Kickstart provides a way for users to automate a Red Hat Enterprise Linux installation.

    
por 30.06.2012 / 15:09