Re: 5.0: installing everything

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 5/1/07, Jim Wildman <jim@xxxxxxxxxxxxx> wrote:
On Tue, 1 May 2007, Benjamin Karhan wrote:

> i, for one, would have been satisfied with an:
>               "everything from the Base respository"
>  option... which would have included all the packages from the Base repo...
> basically, the what i wanted fulfilled was something approaching
>  the same "final product" as "Everything" from the 4.x series installer...

Go to a C4 box with an @Everything install and run
rpm -qa --queryformat='%{name}\n' > everything.txt

stuff that in %packages on C5 kickstart, install, clean up errors..etc


or go into the RPM directory on the dvd and do a

(for x in $(ls -1 *rpm); do
 rpm --qf='%{name}\n' -qf $x
done) | sort | uniq > everything.txt

add that to the kickstart and punt.

--
Stephen J Smoogen. -- CSIRT/Linux System Administrator
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux