fedup icon indicating copy to clipboard operation
fedup copied to clipboard

Deprecated Fedora Upgrade tool

Results 18 fedup issues
Sort by recently updated
recently updated
newest added

Where possible (LVM, btrfs, etc.) we should offer to do a filesystem snapshot before the upgrade, and automatically revert to the upgrade if anything goes wrong during the upgrade itself.

future feature

There are some problems that have to be fixed _before_ we reboot to start the upgrade; for example, replacing the `KEYTABLE`/`KEYMAP` boot argument with `vconsole.keymap` in Fedora 18. fedup should...

future feature

It would make a lot more sense if we didn't touch your bootloader config automatically. Instead it should work kind of like `git rebase --interactive`: ``` # fedup --network 21...

enhancement

Basically, when the system crashes, we should probably display an error message and tell the user how boned they are, and let them choose between a shell and rebooting. More...

enhancement

If you do something like `fedup --network 19`, and then decide, whoops, I want to go to 20, we'll still use the cached metadata from the Fedora 19 versions of...

bug

If the ISO provided with `--iso` isn't on a mount that's listed in `/etc/fstab`, we won't be able to find it when we reboot. At the very least, we should...

bug

If you have (e.g.) a NFS repo, its url will be `file:///...` and yum will consider those packages to be local, and thus we won't cache them in /var. So...

bug

`cachedir` and `packagedir` are hardcoded to `/var/tmp/system-upgrade` and `/var/lib/system-upgrade`; if the user doesn't have space on /var (but has plenty of space in, say, `/home`) they can't upgrade their system....

enhancement