@@ -26,37 +26,37 @@ const (
26
26
// Filenames that may appear under an instance directory
27
27
28
28
const (
29
- LimaYAML = "lima.yaml"
30
- LimaVersion = "lima-version" // Lima version used to create instance
31
- CIDataISO = "cidata.iso"
32
- CIDataISODir = "cidata"
33
- BaseDisk = "basedisk"
34
- DiffDisk = "diffdisk"
35
- Kernel = "kernel"
36
- KernelCmdline = "kernel.cmdline"
37
- Initrd = "initrd"
38
- QMPSock = "qmp.sock"
39
- SerialLog = "serial.log" // default serial (ttyS0, but ttyAMA0 on qemu-system-{arm,aarch64})
40
- SerialSock = "serial.sock"
41
- SerialPCILog = "serialp.log" // pci serial (ttyS0 on qemu-system-{arm,aarch64})
42
- SerialPCISock = "serialp.sock"
43
- SerialVirtioLog = "serialv.log" // virtio serial
44
- SerialVirtioSock = "serialv.sock"
45
- SSHSock = "ssh.sock"
46
- SSHConfig = "ssh.config"
47
- VhostSock = "virtiofsd-%d.sock"
48
- VNCDisplayFile = "vncdisplay"
49
- VNCPasswordFile = "vncpassword"
50
- GuestAgentSock = "ga.sock"
51
- VirtioPort = "io.lima-vm.guest_agent.0"
52
- HostAgentPID = "ha.pid"
53
- HostAgentSock = "ha.sock"
54
- HostAgentStdoutLog = "ha.stdout.log"
55
- HostAgentStderrLog = "ha.stderr.log"
56
- VzIdentifier = "vz-identifier"
57
- VzEfi = "vz-efi" // efi variable store
58
- QemuEfiCodeFD = "qemu-efi-code.fd" // efi code; not always created
59
- InventoryYAML = "inventory.yaml" // ansible inventory
29
+ LimaYAML = "lima.yaml"
30
+ LimaVersion = "lima-version" // Lima version used to create instance
31
+ CIDataISO = "cidata.iso"
32
+ CIDataISODir = "cidata"
33
+ BaseDisk = "basedisk"
34
+ DiffDisk = "diffdisk"
35
+ Kernel = "kernel"
36
+ KernelCmdline = "kernel.cmdline"
37
+ Initrd = "initrd"
38
+ QMPSock = "qmp.sock"
39
+ SerialLog = "serial.log" // default serial (ttyS0, but ttyAMA0 on qemu-system-{arm,aarch64})
40
+ SerialSock = "serial.sock"
41
+ SerialPCILog = "serialp.log" // pci serial (ttyS0 on qemu-system-{arm,aarch64})
42
+ SerialPCISock = "serialp.sock"
43
+ SerialVirtioLog = "serialv.log" // virtio serial
44
+ SerialVirtioSock = "serialv.sock"
45
+ SSHSock = "ssh.sock"
46
+ SSHConfig = "ssh.config"
47
+ VhostSock = "virtiofsd-%d.sock"
48
+ VNCDisplayFile = "vncdisplay"
49
+ VNCPasswordFile = "vncpassword"
50
+ GuestAgentSock = "ga.sock"
51
+ VirtioPort = "io.lima-vm.guest_agent.0"
52
+ HostAgentPID = "ha.pid"
53
+ HostAgentSock = "ha.sock"
54
+ HostAgentStdoutLog = "ha.stdout.log"
55
+ HostAgentStderrLog = "ha.stderr.log"
56
+ VzIdentifier = "vz-identifier"
57
+ VzEfi = "vz-efi" // efi variable store
58
+ QemuEfiCodeFD = "qemu-efi-code.fd" // efi code; not always created
59
+ AnsibleInventoryYAML = "ansible- inventory.yaml"
60
60
61
61
// SocketDir is the default location for forwarded sockets with a relative paths in HostSocket
62
62
SocketDir = "sock"
0 commit comments