Skip to content

Commit 92b5fcd

Browse files
committed
doc/environment: Sort the environment variables
Signed-off-by: Stéphane Graber <[email protected]>
1 parent 10ef1a5 commit 92b5fcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/environment.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Name | Description
1919
Name | Description
2020
:--- | :----
2121
`EDITOR` | What text editor to use
22-
`VISUAL` | What text editor to use (if `EDITOR` isn't set)
2322
`INCUS_CONF` | Path to the client configuration directory
2423
`INCUS_GLOBAL_CONF` | Path to the global client configuration directory
25-
`INCUS_REMOTE` | Name of the remote to use (overrides configured default remote)
2624
`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)
2727

2828
## Server environment variable
2929

@@ -33,11 +33,11 @@ Name | Description
3333
`INCUS_CLUSTER_UPDATE` | Script to call on a cluster update
3434
`INCUS_DEVMONITOR_DIR` | Path to be monitored by the device monitor. This is primarily for testing
3535
`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`
3637
`INCUS_EXEC_PATH` | Full path to the Incus binary (used when forking subcommands)
3738
`INCUS_IDMAPPED_MOUNTS_DISABLE` | Disable idmapped mounts support (useful when testing traditional UID shifting)
3839
`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`
4040
`INCUS_SECURITY_APPARMOR` | If set to `false`, forces AppArmor off
41+
`INCUS_SKIP_INSTANCE_TYPES` | If set to `true`, skip downloading instance type definitions
4142
`INCUS_UI` | Path to the web UI to serve through the web server
4243
`INCUS_USBIDS_PATH` | Path to the hwdata `usb.ids` file
43-
`INCUS_SKIP_INSTANCE_TYPES` | If set to `true`, skip downloading instance type definitions

0 commit comments

Comments
 (0)