Stephen Gallagher wrote:
On 10/04/2016 01:20 PM, Stephen Gallagher wrote:
> On 10/04/2016 12:51 PM, Andrew Lutomirski wrote:
>> For server use, I'm not convinced that the offline update
>> mechanism is supported (at the very least, I have no idea how to
>> trigger it), and servers have the same issue.
>
> ```
> sudo pkcon refresh force && \
> sudo pkcon update --only-download && \
> sudo pkcon offline-trigger **
> sudo systemctl reboot
> ```
That "**" should have been "&& \"
If there isn't a single command to do all of that, that can compete
with "yum update" in simplicity, then that shows that offline updating
isn't being seriously promoted for servers.
Björn Persson