|
|
Subscribe / Log in / New account

Ubuntu Core and Snappy

Ubuntu Core and Snappy

Posted Feb 2, 2015 15:45 UTC (Mon) by n8willis (subscriber, #43041)
In reply to: Ubuntu Core and Snappy by dlang
Parent article: Ubuntu Core and Snappy

replacing apt to do it rather than making it an option within normal apt updates.

Those working on the project would perhaps better address the details of this issue, but the snappy updates are not .Deb packages, so they would not be managed by Apt. AIUI, they're file-based diffs, akin to the filesystem-level changes you would see in OS Tree or other mechanisms.

Nate


to post comments

Ubuntu Core and Snappy

Posted Feb 2, 2015 15:59 UTC (Mon) by rahulsundaram (subscriber, #21946) [Link]

Right but note that presence of rpm-ostree with plans to enable RPM style updates on a OSTree based system.

Ubuntu Core and Snappy

Posted Feb 2, 2015 18:36 UTC (Mon) by dlang (guest, #313) [Link]

The fact that they are not .deb updates, but are instead (roughly) filesystem snapshot diffs greatly reduces their value.

It means that you must install everything from their base image (no ability to harden/strip the system), and that anything that you install that's not part of that base image can't be maintained this way.

The idea of having two root partitions and switch between them for major updates is a good one. It is something that people should be doing a lot more than they are. But it doesn't require throwing out existing maintenance tools to accomplish.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds