@@ -19,11 +19,11 @@ Name | Description
19
19
Name | Description
20
20
:--- | :----
21
21
` EDITOR ` | What text editor to use
22
- ` VISUAL ` | What text editor to use (if ` EDITOR ` isn't set)
23
22
` INCUS_CONF ` | Path to the client configuration directory
24
23
` INCUS_GLOBAL_CONF ` | Path to the global client configuration directory
25
- ` INCUS_REMOTE ` | Name of the remote to use (overrides configured default remote)
26
24
` INCUS_PROJECT ` | Name of the project to use (overrides configured default project)
25
+ ` INCUS_REMOTE ` | Name of the remote to use (overrides configured default remote)
26
+ ` VISUAL ` | What text editor to use (if ` EDITOR ` isn't set)
27
27
28
28
## Server environment variable
29
29
@@ -33,10 +33,11 @@ Name | Description
33
33
` INCUS_CLUSTER_UPDATE ` | Script to call on a cluster update
34
34
` INCUS_DEVMONITOR_DIR ` | Path to be monitored by the device monitor. This is primarily for testing
35
35
` INCUS_DOCUMENTATION ` | Path to the documentation to serve through the web server
36
+ ` INCUS_EDK2_PATH ` | Path to EDK2 firmware build including ` *_CODE.fd ` and ` *_VARS.fd `
36
37
` INCUS_EXEC_PATH ` | Full path to the Incus binary (used when forking subcommands)
37
38
` INCUS_IDMAPPED_MOUNTS_DISABLE ` | Disable idmapped mounts support (useful when testing traditional UID shifting)
38
39
` INCUS_LXC_TEMPLATE_CONFIG ` | Path to the LXC template configuration directory
39
- ` INCUS_EDK2_PATH ` | Path to EDK2 firmware build including ` *_CODE.fd ` and ` *_VARS.fd `
40
40
` INCUS_SECURITY_APPARMOR ` | If set to ` false ` , forces AppArmor off
41
+ ` INCUS_SKIP_INSTANCE_TYPES ` | If set to ` true ` , skip downloading instance type definitions
41
42
` INCUS_UI ` | Path to the web UI to serve through the web server
42
43
` INCUS_USBIDS_PATH ` | Path to the hwdata ` usb.ids ` file
0 commit comments