File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,24 @@ Options:
37
37
38
38
* -f, --flake flake
39
39
set the flake to install the system from
40
+ * -L, --print-build-logs
41
+ print full build logs
40
42
* -s, --store-paths
41
43
set the store paths to the disko-script and nixos-system directly
42
44
if this is give, flake is not needed
43
45
* --no-ssh-copy
44
46
skip copying ssh-keys to target system
47
+ * --no-reboot
48
+ do not reboot after installation, allowing further customization of the target installation.
45
49
* --kexec url
46
50
use another kexec tarball to bootstrap NixOS
47
51
* --stop-after-disko
48
52
exit after disko formating, you can then proceed to install manually or some other way
49
- * --no-reboot
50
- do not reboot after installation
51
53
* --extra-files files
52
54
files to copy into the new nixos installation
55
+ * --disk-encryption-keys remote_path local_path
56
+ copy the contents of the file or pipe in local_path to remote_path in the installer environment,
57
+ after kexec but before installation. Can be repeated.
53
58
* --debug
54
59
enable debug output
55
60
` ` `
You can’t perform that action at this time.
0 commit comments