Ceci est une ancienne révision du document !
Si l'installeur ne trouve pas le fichier
anaconda-ks.cfg
sur la clé USB. Faire Alt F4
pour afficher l'écran des messages de diagnostique, retirer et remettre la clé USB. Le nom du device sera afficher à l'ecran. Pour revenir à l'écran d'installation Alt F1
et indiquer le bon device.
Pour une installation par la réseau le CD distribution Linux avec ses RPMS doit être disponible par HTTP, FTP ou NFS.
Exemple de fichier kickstart:
# Kickstart file automatically generated by anaconda. install #url --url http://10.1.252.23/depot/linux/rhel5.3-i386 url --url http://10.1.253.28/depot/linux/rhel/el5_i386 lang fr_FR.UTF-8 keyboard fr-latin9 network --device eth0 --noipv6 --bootproto dhcp --hostname newhost rootpw --iscrypted $1$gHsf3I9X$tJ/6mDeRKRfPMmSIYXqlk0 firewall --disabled authconfig --enableshadow --enablemd5 selinux --disabled timezone --utc Europe/Paris skipx text bootloader --location=mbr --driveorder=sda # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work #clearpart --linux zerombr clearpart --drives=sda --all part /boot --fstype ext3 --size=128 --asprimary part / --fstype ext3 --size=1536 --asprimary part swap --size=256 --asprimary part /var --fstype ext3 --size=400 part /tmp --fstype ext3 --size=200 part /ap01 --fstype ext3 --size=1 --grow key --skip reboot %packages # Paquetages installés @ french-support e2fsprogs grub postfix openssh openssh-clients openssh-server yum strace screen yum-rhn-plugin rhn-setup sysstat subversion libstdc++ net-snmp net-snmp-utils ntp # Paquetages non installé -rhnsd -yum-updatesd -NetworkManager -bluez-utils -wpa_supplicant -irda-utils -coolkey -ifd-egate -ccid -pcsc-lite -ypbind -yp-tools