You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2022. It is now read-only.
When users upgrade from an iso, we don't enable the network. Sure, you can do fedup --iso --network 20 but this confuses people. Plus It makes more sense for the default case to be "upgrade system including updates", but to allow the user to turn off updates (if needed).
That's closer to the anaconda behavior, and it's safer too.
To do this, we'll need some way of examining the .iso to determine its version, and then we can use that version in the implicit --network VERSION
The text was updated successfully, but these errors were encountered:
When users upgrade from an iso, we don't enable the network. Sure, you can do
fedup --iso --network 20
but this confuses people. Plus It makes more sense for the default case to be "upgrade system including updates", but to allow the user to turn off updates (if needed).That's closer to the anaconda behavior, and it's safer too.
To do this, we'll need some way of examining the .iso to determine its version, and then we can use that version in the implicit
--network VERSION
The text was updated successfully, but these errors were encountered: