moul / docker-coreos-img

:whale: CoreOS image in a docker image
8 stars 1 forks source link

Build image from binary image release including /usr filesystem #2

Closed cornelius-keller closed 8 years ago

cornelius-keller commented 8 years ago

Hi @moul,

when I created an image using your Makefile it did not include the /usr filesystem and was not able to boot because the /sbin/init is a symlinc to /usr/lib/systemd/systemd which was missing.

I'm sure that is not perfect ( as I am very new to scaleway) and there is probably more to do but at least I was able to boot the instance and ssh into it if I add a cloud-config with my public key during the image creation with my version of scaleway-coreos here: https://github.com/cornelius-keller/scaleway-coreos .

Open issues are:

moul commented 8 years ago

@cornelius-keller, you are awesome thanks

moul commented 8 years ago

now, we should be able to continue with the last steps

ping @quentinperez