We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af5fd10 + 9108e0c commit 9b634d1Copy full SHA for 9b634d1
pkg/cidata/cidata.TEMPLATE.d/boot.sh
@@ -42,7 +42,9 @@ fi
42
43
USER_SCRIPT="/home/${LIMA_CIDATA_USER}.linux/.lime-user-script"
44
if [ -d "${LIMA_CIDATA_MNT}"/provision.user ]; then
45
- until [ -e "/run/user/${LIMA_CIDATA_UID}/systemd/private" ]; do sleep 3; done
+ if [ ! -f /etc/alpine-release ]; then
46
+ until [ -e "/run/user/${LIMA_CIDATA_UID}/systemd/private" ]; do sleep 3; done
47
+ fi
48
for f in "${LIMA_CIDATA_MNT}"/provision.user/*; do
49
INFO "Executing $f (as user ${LIMA_CIDATA_USER})"
50
cp "$f" "${USER_SCRIPT}"
0 commit comments