Install via Kickstart
Préparer un fichier de config
Modif a faire en début de fichier :
network –device eth0 –bootproto static –ip 172.16.65.78 –netmask 255.255.0.0 –gateway 172.16.1.254 –nameserver 172.16.17.13,172.16.16.100 –hostname alncentos5x64.fr.peltier-net.network
Pour un disque de 20G avec une seule partition :
clearpart –all –drives=sda
part / –fstype ext3 –size=19456 –ondisk sda –asprimary
part swap –size=100 –grow –ondisk sda
19456 correspond aux 20Go !
Pour installer depuis un serveur web:
A l’invite de commande du cdrom taper:
linux ks=http://
Genre linux ks=http://adawiki/wordpress/kickstart/centos5x64.cfg
0 commentaire