godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

Build fails with Error running Container" #40

Closed phunni closed 4 years ago

phunni commented 4 years ago

I'm currently attempting to just get a very simple base arch linux image building and running - my script is here and it inherits from "external:godarch/arch:latest"

Whenever I try and run

sudo darch recipes build custom

It fails shortly after attempting to run mkinitcpio with "Error running container".

All this is running on the base image available to download in this post.

I have googled the problem and the only suggestion I can find is to make sure that /var/lib/darch is mounted properly on a seperate partition - and it is!

phunni commented 4 years ago

Nevermind - I've moved from trying to build in a VM to actually building on a physical machine and I'm not getting this problem. I do get another one, however, but that's a different issue...