| LOW | cmd/limactl/shell.go | 781 | // parseRsyncStats parses the output of `rsync --itemize-changes` to extract file operation statistics. |
| LOW | website/config.yaml | 1 | # THIS IS A TEST CONFIG ONLY! |
| LOW | website/content/en/docs/config/mount.md | 81 | - location: "~" |
| LOW | website/content/en/docs/config/network/vmnet.md | 81 | settings: |
| LOW | hack/update-template-macos.sh | 41 | HELP |
| LOW | hack/toolexec-for-codesign.sh | 1 | #!/bin/sh |
| LOW | hack/update-template-ubuntu.sh | 61 | ["daily"]=https://cloud-images.ubuntu.com/daily/ |
| LOW | hack/update-template-ubuntu.sh | 381 | return 1 |
| LOW | hack/calculate-cache.sh | 1 | #!/usr/bin/env bash |
| LOW | hack/calculate-cache.sh | 21 | # 3. detect size of image, kernel, initrd, and nerdctl (responses from remote are cached for faster iteration) |
| LOW | hack/calculate-cache.sh | 61 | export LIMA_HOME |
| LOW | hack/calculate-cache.sh | 141 | } |
| LOW | hack/calculate-cache.sh | 161 | # "macOS-49aa50a4872ded07ebf657c0eaf9e44ecc0c174d033a97c537ecd270f35b462f": 813179462, |
| LOW | hack/inject-cmdline-to-template.sh | 1 | #!/usr/bin/env bash |
| LOW | hack/update-template-debian.sh | 201 | tar.xz) echo "internal" ;; |
| LOW | hack/update-template-debian.sh | 241 | codename=$(echo "${location#"${debian_base_url}"}" | cut -d/ -f1 | cut -d- -f1) |
| LOW | hack/update-template-debian.sh | 281 | base_url+=${timestamp:-latest}/ |
| LOW | hack/cache-common-inc.sh | 1 | #!/usr/bin/env bash |
| LOW | hack/cache-common-inc.sh | 281 | # image-path=.download/by-url-sha256/ae988d797c6de06b9c8a81a2b814904151135ccfd4616c22948057f6280477e8 |
| LOW | hack/cache-common-inc.sh | 301 | # containerd-path=.download/by-url-sha256/21cc8dfa548ea8a678135bd6984c9feb9f8a01901d10b11bb491f6f4e7537158 |
| LOW | hack/test-selinux.sh | 21 | ## but it might break for other work loads if the process is running with |
| LOW | hack/test-port-forwarding.pl | 1 | #!/usr/bin/env perl |
| LOW | hack/test-port-forwarding.pl | 361 | |
| LOW | hack/test-port-forwarding.pl | 401 | # forward: 0.0.0.0 326 → 127.0.0.1 326 |
| LOW | hack/update-template-opensuse.sh | 161 | [[ -n ${latest_version_info} ]] || return |
| LOW | hack/update-template.sh | 101 | # validate_url checks if the URL is valid and prints the location if it is. |
| LOW | hack/update-template.sh | 141 | # - ${distribution}_cache_key_for_image_kernel |
| LOW | hack/ltag/dockerfile.txt | 1 | # SPDX-FileCopyrightText: Copyright The Lima Authors |
| LOW | hack/ltag/bash.txt | 1 | # SPDX-FileCopyrightText: Copyright The Lima Authors |
| LOW | hack/ltag/makefile.txt | 1 | # SPDX-FileCopyrightText: Copyright The Lima Authors |
| LOW | templates/k8s.yaml | 1 | # Deploy kubernetes via kubeadm. |
| LOW | templates/faasd.yaml | 1 | # Deploy faasd (which installs a bundled containerd). |
| LOW | templates/k0s.yaml | 1 | # Deploy kubernetes via k0s (which installs a bundled containerd). |
| LOW | templates/k3s.yaml | 1 | # Deploy kubernetes via k3s (which installs a bundled containerd). |
| LOW | templates/default.yaml | 1 | # ===================================================================== # |
| LOW | templates/default.yaml | 21 | # To specify a custom kernel and initial RAM disk, nest `kernel` and `initrd` under an image entry: |
| LOW | templates/default.yaml | 41 | # 🟢 Builtin default: min("4GiB", half of host memory) |
| LOW | templates/default.yaml | 61 | # # 🟢 Builtin default: false |
| LOW | templates/default.yaml | 81 | # # "mapped-xattr" and "mapped-file" are useful for persistent chown but incompatible with symlinks. |
| LOW | templates/default.yaml | 101 | # |
| LOW | templates/default.yaml | 121 | # `/mnt/lima-${VOLUME}`. |
| LOW | templates/default.yaml | 141 | # Forward ssh agent into the instance. |
| LOW | templates/default.yaml | 161 | removeDefaults: null |
| LOW | templates/default.yaml | 181 | upgradePackages: null |
| LOW | templates/default.yaml | 201 | # The scripts can use the following template variables: {{.Home}}, {{.Name}}, {{.Hostname}}, {{.UID}}, {{.User}}, and {{ |
| LOW | templates/default.yaml | 221 | # digest: deadbeef |
| LOW | templates/default.yaml | 241 | # # See ansible docs, and `ansible-config`, for more info https://docs.ansible.com/ansible/latest/playbook_guide/ |
| LOW | templates/default.yaml | 261 | # # Create or edit a file in the guest filesystem by using `yq`. |
| LOW | templates/default.yaml | 281 | # |
| LOW | templates/default.yaml | 301 | # - `mode: yq` files are processed |
| LOW | templates/default.yaml | 321 | # if ! timeout 30s bash -c "until command -v vim; do sleep 3; done"; then |
| LOW | templates/default.yaml | 341 | # is created, and the combined template is stored in the instance directory. |
| LOW | templates/default.yaml | 361 | # Numeric user id. It is not currently possible to specify a group id. |
| LOW | templates/default.yaml | 381 | # 🟢 Builtin default: hard-coded arch map with type (see the output of `limactl info | jq .defaultTemplate.cpuType`) |
| LOW | templates/default.yaml | 421 | # 🟢 Builtin default: false |
| LOW | templates/default.yaml | 441 | device: null |
| LOW | templates/default.yaml | 461 | # https://github.com/lima-vm/socket_vmnet. |
| LOW | templates/default.yaml | 481 | # - socket: "/var/run/socket_vmnet" |
| LOW | templates/default.yaml | 501 | # - guestPort: 80 |
| LOW | templates/default.yaml | 521 | # # "guestSocket" can include these template variables: {{.Home}}, {{.Name}}, {{.Hostname}}, {{.UID}}, {{.User}}, and {{ |
| 61 more matches not shown… |