Marius Meisenzahl

Results 62 comments of 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: ![Bildschirmfoto von 2021-12-19 19 49 03](https://user-images.githubusercontent.com/10796736/146687114-c07e87aa-a681-4b83-a5e0-7ae70db69503.png) ![Bildschirmfoto von 2021-12-19 19 49 09](https://user-images.githubusercontent.com/10796736/146687119-b16e3678-556d-4722-a486-44b663a9282b.png)

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*. ![Bildschirmfoto von 2021-02-06 09 41 47](https://user-images.githubusercontent.com/10796736/107113493-90799100-685f-11eb-8e96-8390f857614a.png) 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...