Re: [CentOS-virt] Suggestions to improve this minimal kickstart config for CentOS 6?

2011-07-22 Thread Manuel Wolfshant
On 07/22/2011 07:01 PM, Kartik Subbarao wrote: On 07/21/2011 09:51 AM, Manuel Wolfshant wrote: http://wiki.centos.org/TipsAndTricks/KickStart Does anyone on this list have write access to that Wiki page? Since it's the #1 google search result for centos kickstart, it'd be ideal

Re: [CentOS-virt] Suggestions to improve this minimal kickstart config for CentOS 6?

2011-07-22 Thread Manuel Wolfshant
As of ks file size: who cares ? You create it once and use it as many times as needed. An extra dozen or hundreds of bytes / couple of lines are not significant in this context That wasn't my point :-) I guess I could have said simpler rather than smaller to make my point clearer. The

Re: [CentOS-virt] Suggestions to improve this minimal kickstart config for CentOS 6?

2011-07-22 Thread Kartik Subbarao
On 07/22/2011 02:16 PM, Manuel Wolfshant wrote: %post rpm -e $(rpm -qa | grep -i \\-firmware | grep -v kernel-firmware) And by the way, the above can rewritten in a shorter form: rpm -e $( rpm -qa \*firmware | grep -v kernel) rpm -qa will enumerate all packages but in fact you