Re: ESR: Goodbye Fedora

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

 



Don Levey wrote:
> What if... there were a way of going through the RPM database, creating
> a list, and presenting that to some sort of kickstart routine?

I actually did something similar last time I upgraded.

Before I upgraded, I ran
rpm -qa --qf "%{name}.%{arch}\n" > packages

Afterwards,
for i in `cat packages` ; do rpm -q $i ; done | grep "is not installed"\
 | cut -d\  -f2
presented me with a list of packages that were not installed that I
could have fed to yum.

I've never used kickstart (I've never had enough computers to upgrade at
once to make it worthwhile), but I understand that I could have just
given kickstart a list of those packages, now that you can enable other
repos at install time.

(Of course, this wouldn't help with renamed packages, but the --qf
option meant that "packages" didn't contain any version numbers, so the
script didn't try to install old versions of existing packages.)

Hope this helps,

James.
-- 
E-mail:     james@ | If infinite rednecks fired infinite shotguns at an
aprilcottage.co.uk | infinite number of road signs, they'd eventually
                   | create all the great literary works of the world.
                   | In braille.

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux