rancher / k3os

Purpose-built OS for Kubernetes, fully managed by Kubernetes.
https://k3os.io
Apache License 2.0
3.5k stars 403 forks source link

Build own image: Boot ok, but login fails with "/bin/bash: permission denied" #614

Closed linuxmail closed 3 years ago

linuxmail commented 3 years ago

hi,

Describe the bug Try to build an own ISO image, but login on liveCD or after install fails with "/bin/bash: permission denied"

To Reproduce $ git clone https://github.com/rancher/k3os/ $ cd k3os $ git checkout v0.19.2-dev.4 $ make

Boot ISO (AMD64) and login with rancher

Expected behavior

Login should work

Actual behavior Fails with permission denied

Additional context

I saw no errors while building.

cu denny

linuxmail commented 3 years ago

hi,

it seems, I had to stop the VM and start again, to "refresh" the build ISO. I recreated the ISO and replaced the k3s with the latest version and had the very same issue. But after stop / start VM .. the same procedure works.