You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure user provisioning scripts can be executed
There are 2 issues:
* a typo (note the double "}}") made the waiting loop run forever:
until [ -e "/run/user/${LIMA_CIDATA_UID}}/systemd/private" ]; do sleep 3; done
* the user scripts are owned by root with mode 700 on /mnt/lima_cidata/... so
not accessible by the regular user
This commit copies them into the home directory (and deletes them after execution)
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments