Marius Meisenzahl
Marius Meisenzahl
Unfortunately, switching to `fedora:latest` did not help for generating the OSTree image either. There is still a similar error message: ``` error: Bootloader write config: Failed to execute child process...
Updated the instructions and scripts to build OS 7. But unfortunately no luck either: ``` error: Bootloader write config: Failed to execute child process ?grub2-mkconfig? (No such file or directory)...
@dbnicholson thank you so much for your comments! I was aware that endlessm/eos-image-builder exists. But I wanted to try to get as far as possible with your simple-builder branch, since...
Thanks to the help of @dbnicholson I have now managed to get a rootfs created for an OSTree based image. Also helpful was https://github.com/ostreedev/ostree/issues/2124. There I found the hint to...
Getting closer with `debootstrap` approach:  
Short update on the current state: The image created with `debootstrap` unfortunately does not boot. Therefore I am experimenting with `multistrap`. A version for OS 7 based on `jammy` unfortunately...
I am now able boot an ostree based image for OS 7 based on Ubuntu 22.04. But currently `systemd` services fail with a `permission denied` error: Full log ```bash --...
@hanaral I separated the run button into it's own *section*.  I have to implement some more logic to add a stop button.
Okay let's keep it simple and focus on building, installing and running a project in this PR. @hanaral collect features in your issue. So that we can split this up...
@jeremypw thanks for your comments! I will address the points. I will focus in this PR on being able to build and launch a project through the UI. @davidmhewitt has...