Re: Kickstart file based on current configuration
- From: Neal Becker <ndbecker2@xxxxxxxxx>
- Date: Sun, 27 Apr 2008 07:38:11 -0400
Bill Davidsen wrote:
Bob Kinney wrote:
How can I make a kickstart file that is based on the packages I currentlyGet the full list with "yum list" and look at the ones marked
have installed?
I still have anaconda-ks.cfg, but of course I've added a bunch of stuff
since then.
"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.
I suggest rpm -qa to get the list - faster and won't need to filter
anything.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- Kickstart file based on current configuration
- From: Bob Kinney
- Re: Kickstart file based on current configuration
- From: Bill Davidsen
- Kickstart file based on current configuration
- Prev by Date: Re: Fedora Desktop future- RedHat moves
- Next by Date: Re: Fedora Desktop future- RedHat moves
- Previous by thread: Re: Kickstart file based on current configuration
- Next by thread: Nix package manger and fedora - anyone have experience?
- Index(es):
Relevant Pages
|