31: README: sync with command options r=Mic92 a=Kranzes



Co-authored-by: Ilan Joselevich <personal@ilanjoselevich.com>
This commit is contained in:
bors[bot] 2023-01-11 23:52:09 +00:00 committed by GitHub
commit 75c182ae90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,19 +37,24 @@ Options:
* -f, --flake flake * -f, --flake flake
set the flake to install the system from set the flake to install the system from
* -L, --print-build-logs
print full build logs
* -s, --store-paths * -s, --store-paths
set the store paths to the disko-script and nixos-system directly set the store paths to the disko-script and nixos-system directly
if this is give, flake is not needed if this is give, flake is not needed
* --no-ssh-copy * --no-ssh-copy
skip copying ssh-keys to target system skip copying ssh-keys to target system
* --no-reboot
do not reboot after installation, allowing further customization of the target installation.
* --kexec url * --kexec url
use another kexec tarball to bootstrap NixOS use another kexec tarball to bootstrap NixOS
* --stop-after-disko * --stop-after-disko
exit after disko formating, you can then proceed to install manually or some other way exit after disko formating, you can then proceed to install manually or some other way
* --no-reboot
do not reboot after installation
* --extra-files files * --extra-files files
files to copy into the new nixos installation files to copy into the new nixos installation
* --disk-encryption-keys remote_path local_path
copy the contents of the file or pipe in local_path to remote_path in the installer environment,
after kexec but before installation. Can be repeated.
* --debug * --debug
enable debug output enable debug output
``` ```