Skip to content

Create a OSTree reference system

Pedro Alvarez Piedehierro requested to merge pedro/add-ostree-vm into master

Note: This is mainly a RFC, although it works.

This MR creates an element to demonstrate how simple could be to create an OSTree system using Freedesktop SDK.

The main change required was to change the init in our initramfs to support ostree= kernel argument. This could be avoided once we have an static compiler (we are currently missing libc.a) to compile ostree-prepare-root. This would be used as init= and we won't need an initramfs anymore (in theory).

Edited by Pedro Alvarez Piedehierro

Merge request reports