[CentOS-devel] Build Extra Minimal Instalation Centos 6.5

Marcos Carraro marcos.g.carraro at gmail.com
Thu Jan 9 18:43:21 UTC 2014


Grouop...

I need problens,,, create my ks.cfg, but i have problens, on the
instalation Centos 6.5 report error, "Not Found Disk", my ks.cfg this is...

install
cdrom
lang en_US
keyboard br-abnt2
network --onboot yes --device eth0 --bootproto dhcp --noipv6
rootpw  a12345
graphical
firewall --disabled
firstboot --disabled
selinux --disabled
authconfig --enableshadow --passalgo=sha512
timezone --utc America/Sao_Paulo
bootloader --pasword=abc123 --location=mbr --append="crashkernel=auto"


repo --name="CentOS"  --baseurl=cdrom:sr0 --cost=100

%packages --nobase --excludedocs
coreutils
yum
rpm
e2fsprogs
lvm2
grub
openssh-server
openssh-clients
dhclient
-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


2014/1/8 Marcos Carraro <marcos.g.carraro at gmail.com>

> Hello,
>
> Very Tenks mans, i go study this solutions...
>
> *--*
> Att
> Marcos Carraro
> about.me/marcoscarraro
>
>
> 2014/1/8 Michael <michael.patris at gmail.com>
>
>> Hello Marco,
>>
>> Depending on the level on how light your installation should be...
>> A possibility is to use this in your kickstart's package section:
>>
>> %packages --excludedocs --nobase at Core
>>
>> From http://wiki.centos.org/TipsAndTricks/KickStart
>>
>> *Be aware that I use this happily with some CentOS-5 not yet on CentOS-6.*
>>
>>
>>
>>
>> Michael.
>>
>>
>>
>>
>>
>> 2014/1/8 Marcos Carraro
>>
>>> Helo,
>>>
>>> I need more information, for create a extra minimal instalation on my
>>> Centos 6.5, I would like to know what are the packages that I could
>>> uninstall to lighten the Centos also like to know how can I do to lower the
>>> consumption of the same ram.
>>>
>>> Sorry my English....
>>>
>>>
>>> *--*
>>> Att
>>> Marcos Carraro
>>> about.me/marcoscarraro
>>>
>>> _______________________________________________
>>> CentOS-devel mailing list
>>> CentOS-devel at centos.org
>>> http://lists.centos.org/mailman/listinfo/centos-devel
>>>
>>>
>>
>> _______________________________________________
>> CentOS-devel mailing list
>> CentOS-devel at centos.org
>> http://lists.centos.org/mailman/listinfo/centos-devel
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-devel/attachments/20140109/6ae90f41/attachment.html>


More information about the CentOS-devel mailing list