|
|
|
|
|
by rlpb
3737 days ago
|
|
Not in a "supported" way. If it's anything like Ubuntu on phones, it will be a read-only filesystem with image-based updates. apt is available, but only if you remount the system read-write (you do have root via sudo). If you do that, then you can't use image-based updates any more, since that'll stomp over your changes. I'm in favour of this arrangement, since I think it's the only way to get updates to work reliably, and I think that's essential. Android and iOS also do it this way, for example. But don't expect a traditional Linux-based desktop but on a tablet, since that's not what you'll get. On the other hand, if you package up nginx, redis, Atom.io, postgres etc. via Ubuntu's app store, then sure. |
|
Isn't there a nice way to have it both ways, i.e. automate all changes in a script, and roll it after each image update? Assuming most things that may need to be hacked away don't see breaking changes after each update?