Description of problem: It would be excellent if yum had an option added to it to automatically upgrade the distro e.g. I currently run FC6 and I could upgrade to F7 by looking online for how to change my configuration files manually, but if I could pass a "distro-upgrade" flag to yum and it automatically downloaded the configuration for me and upgraded, that would be quite a bit more user friendly. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
You can already do this by downloading the new fedora-release RPM and then doing a 'yum upgrade'. But please note: this is a very bad idea. You will be upgrading a live system while running the wrong kernel version. There are loads and loads of things that can go horribly wrong with this. The only way to sanely handle upgrades is to boot into the new kernel, preferably running from RAM or a LiveCD, and *then* perform the upgrade.
closing this as worksforme - but we're working on a better way to do what wwoods suggested in his last comment