Maximilian Köhl

Results 13 issues of Maximilian Köhl

ℹ️ *Note, this text has been updated based on the subsequent discussion.* This PR adds a public `de::Buffer` (formerly `de::Content`) API. It partially addresses issue #741. **Use Cases**: The existing...

It would be nice if we could support efficient delta updates. To this end, we first need to define a proper artifact format (see issue #25). An artifact may then...

enhancement

As the root filesystem is read-only anyway, we may use [Squashfs](https://docs.kernel.org/filesystems/squashfs.html) to compress it. This would leave more space for the data partition. As an additional benefit, the size of...

enhancement

Implement an API to check which modeling features are used. There should be a way to determine whether a model uses a particular feature such as value passing or functions....

enhancement

Hey there, I am trying to reproduce some of your results and get the semantics to work. Unfortunately, I am unable to compile it because there is no tag `v3.2.1`...

After looking at the individual issues, I would like to share a few general and overarching thoughts. I feel scattering them around the individual issues will lead to confusion. Hence,...

While it is possible to import a root filesystem built with a third-party tool into Rugpi Bakery, this requires a two-step build process for building the image. Instead, it would...

enhancement

It should be possible to run Rugpi Bakery outside of the Docker container as this gives more flexibility.

enhancement

Currently, Rugpi Bakery needs to run in a Docker container with elevated privileges (`--privileged`). With version 0.7, we will no longer require a loop device for building images. Unfortunately, we...

enhancement

As of now, we ship updates in the form of system images that can also be directly flashed to a storage medium. While it is convenient to have only a...

enhancement