We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77b03e3 + 5fb7112 commit 4baa6eeCopy full SHA for 4baa6ee
1 file changed
lima-init.sh
@@ -61,6 +61,10 @@ awk -f- "${LIMA_CIDATA_MNT}"/user-data <<'EOF' >>"${MOUNT_SCRIPT}"
61
sub(/^ *- \[/, "")
62
sub(/"?\] *$/, "")
63
gsub("\"?, \"?", FS)
64
+ if ($3 == "sshfs") {
65
+ # Workaround for RD #9478: sshfs mounts should not be handled here.
66
+ next
67
+ }
68
printf "mkdir -p \"%s\"\n", $2
69
printf "mount -t %s -o \"%s\" %s \"%s\"\n", $3, $4, $1, $2
70
next
0 commit comments