--- pkg/usrlocal/usrlocal.go.orig 2026-03-18 20:33:34 +++ pkg/usrlocal/usrlocal.go 2026-03-18 20:33:50 @@ -153,7 +153,7 @@ // caller expects err to be comparable to fs.ErrNotExist err = fs.ErrNotExist } - return "", fmt.Errorf("guest agent binary could not be found for %s-%s: %w (Hint: try installing `lima-additional-guestagents` package)", ostype, arch, err) + return "", fmt.Errorf("guest agent binary could not be found for %s-%s: %w (Hint: try installing variant `+additional_guestagents`)", ostype, arch, err) } func chooseGABinary(candidates []string) (string, error) {