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.
1 parent f0f43cc commit 6836aa6Copy full SHA for 6836aa6
pkg/cidata/cidata.TEMPLATE.d/boot/07-etc-environment.sh
@@ -18,9 +18,6 @@ if command -v loginctl >/dev/null 2>&1 && [ "${orig}" != "$(cat /etc/environment
18
loginctl terminate-user "${LIMA_CIDATA_USER}" || true
19
fi
20
21
-# Make sure the guestagent socket from a previous boot is removed before we open the "lima-ssh-ready" gate.
22
-rm -f /run/lima-guest-agent.sock
23
-
24
# Signal that provisioning is done. The instance-id in the meta-data file changes on every boot,
25
# so any copy from a previous boot cycle will have different content.
26
cp "${LIMA_CIDATA_MNT}"/meta-data /run/lima-ssh-ready
0 commit comments