Hay Group, happy new year !! I am looking to make a very small kickstart to try to leave the installation of very light hundreds. Both for use of RAM and also to disk. Follow my kickstart for hundreds 6.6 x64, any suggestions? install text reboot cdrom // Caso a instalação vai ser por CD/DVD Descomente esta linha; lang en_US.UTF-8 // Eu utilizo a linguagem Ingles, caso deseja alterar use pt_BR.UTF-8 keyboard br-abnt2 // Já o teclado utilizo abt2 skipx network --device eth0 --bootproto dhcp rootpw a12345 // Senha Default do ROOT firewall --disabled // Firewall já desativado selinux --disabled // SElinux desativado authconfig --enableshadow --enablemd5 timezone UTC bootloader --pasword=abc123 --location=MBR --append="crashkernel=auto rhgb quiet" %packages --nobase #use the next line instead of the previous one if you do not care about the doc files #%packages --nobase --excludedocs coreutils yum rpm e2fsprogs lvm2 grub openssh-server openssh-clients dhclient -anacron -autofs -yum-updatesd -wireless-tools -irda-utils -nfs-utils -NetworkManager -atmel-firmware -b43-openfwwf -cronie -cronie-anacron -crontabs -cyrus-sasl -info -sudo -sysstat -yum-utils -ipw2100-firmware -ipw2200-firmware -ivtv-firmware -iwl1000-firmware -iwl3945-firmware -iwl4965-firmware -iwl5000-firmware -iwl5150-firmware -iwl6000-firmware -iwl6050-firmware -libertas-usb8388-firmware -rt61pci-firmware -rt73usb-firmware -mysql-libs -zd1211-firmware // Programas Extras tar vim-enhanced vim-common %end %post --log=/root/my-post-log exec < /dev/tty3 > /dev/tty3 chvt 3 echo echo "##################################" echo "# Aplicando configuração Pós Instalação #" echo "##################################" yum update –y chvt 1 %end *--* Att Marcos Carraro about.me/marcoscarraro -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-devel/attachments/20150105/f3484037/attachment-0007.html>