Bob Kinney wrote:
How can I make a kickstart file that is based on the packages I currently
have installed?
I still have anaconda-ks.cfg, but of course I've added a bunch of stuff
since then.
Get the full list with "yum list" and look at the ones marked
"installed." You might have to manually separate out non-fedora versions.
Something like:
yum list | tee all.pkgs | grep installed >installed.pkgs
sed -n /\.lvn6/p installed.pkgs >livna-instl.pkgs
sed -n /\.fc6/p installed.pkgs >fc6-instl.pkgs
Example for fc6, but you should get the idea.
--
Bill Davidsen <davidsen@xxxxxxx>
"We have more to fear from the bungling of the incompetent than from
the machinations of the wicked." - from Slashdot
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list