nixos-install: support --no-root-password

This commit is contained in:
Graham Christensen
2021-10-04 15:05:23 -04:00
committed by Artturin
parent 2676de37fe
commit 6cfd23fa0b
2 changed files with 10 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ while [ "$#" -gt 0 ]; do
--no-channel-copy)
noChannelCopy=1
;;
--no-root-passwd)
--no-root-password|--no-root-passwd)
noRootPasswd=1
;;
--no-bootloader)