mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Wording around how to use init
and start-daemon
This commit is contained in:
parent
7f874ef194
commit
ed4bbe1cd4
1 changed files with 3 additions and 3 deletions
|
@ -52,17 +52,17 @@ inputs:
|
||||||
description: The root disk of the target (Mac only)
|
description: The root disk of the target (Mac only)
|
||||||
required: false
|
required: false
|
||||||
start-daemon:
|
start-daemon:
|
||||||
description: If the daemon should be started
|
description: "If the daemon should be started , requires `planner: linux-multi` or `planner: darwin-multi`"
|
||||||
required: false
|
required: false
|
||||||
init:
|
init:
|
||||||
description: The init system to configure (On Linux choose `none` or `systemd`, on Mac choose `none` or `launchd`)
|
description: "The init system to configure, requires `planner: linux-multi` (allowing the choice between `none` or `systemd`) or `planner: darwin-multi` (allowing the choive between `none` or `launchd`)"
|
||||||
required: false
|
required: false
|
||||||
nix-installer-url:
|
nix-installer-url:
|
||||||
description: A URL pointing to a `nix-installer.sh` script
|
description: A URL pointing to a `nix-installer.sh` script
|
||||||
required: false
|
required: false
|
||||||
logger:
|
logger:
|
||||||
description: The logger to use for install (eg. `pretty`, `json`, `full`, `compact`)
|
description: The logger to use for install (eg. `pretty`, `json`, `full`, `compact`)
|
||||||
required: false
|
required: falseg
|
||||||
local-root:
|
local-root:
|
||||||
description: A local `nix-installer` binary root, overrides the `nix-installer-url` setting (a `nix-installer.sh` should exist, binaries should be named `nix-installer-$ARCH`, eg. `nix-installer-x86_64-linux`)
|
description: A local `nix-installer` binary root, overrides the `nix-installer-url` setting (a `nix-installer.sh` should exist, binaries should be named `nix-installer-$ARCH`, eg. `nix-installer-x86_64-linux`)
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue