-
Hello. I have my work setup dependent on my home directories matching my remote servers. A lot of scripting is setup for this. Inside the lima VM we always create a home directory of I do the obvious thing, copy This all seems to work, except now when I shell in I always get this issue:
I tried disabling the systemd service, still see it. I'm not too familiar with cloud-init, but my assumption is it must be updated with the updated home directory name. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
When running Lima on Linux, there is a path conflict between It is less obvious when running Lima on a Mac host, since you have /Users/user (host) and /home/user (guest) Scripts should be using $HOME (or Since their values might differ, like they do here... |
Beta Was this translation helpful? Give feedback.
-
You need to look at the journal for the cloud-final.service, and possibly the /var/log/cloud-init-output.log to see what went wrong. |
Beta Was this translation helpful? Give feedback.
-
Changing the home directory via |
Beta Was this translation helpful? Give feedback.
Changing the home directory via
lima.yaml
has been implemented in #2827.