(edited by @cgwalters )
We should support e.g. bootc upgrade --download-only which would do the same thing as coreos/rpm-ostree#4939
This would allow downloading an update without actually applying it.
Original issue:
This was mentioned in #165 as a desirable feature, but AFAICT there isn't a card tracking it specifically.
Obviously, this isn't hard to do I think with the current OSTree backend. Though the expectation is that we'll want to retain this semantic when we eventually move to a pure composefs-based backend.
(edited by @cgwalters )
We should support e.g.
bootc upgrade --download-onlywhich would do the same thing as coreos/rpm-ostree#4939This would allow downloading an update without actually applying it.
Original issue:
This was mentioned in #165 as a desirable feature, but AFAICT there isn't a card tracking it specifically.
Obviously, this isn't hard to do I think with the current OSTree backend. Though the expectation is that we'll want to retain this semantic when we eventually move to a pure composefs-based backend.