Merge pull request #140512 from NixOS/nixos-install/--no-root-password
This commit is contained in:
commit
443b46dfde
nixos
@ -69,9 +69,14 @@
|
|||||||
</arg>
|
</arg>
|
||||||
|
|
||||||
<arg>
|
<arg>
|
||||||
<arg choice='plain'>
|
<group choice='req'>
|
||||||
<option>--no-root-passwd</option>
|
<arg choice='plain'>
|
||||||
</arg>
|
<option>--no-root-password</option>
|
||||||
|
</arg>
|
||||||
|
<arg choice='plain'>
|
||||||
|
<option>--no-root-passwd</option>
|
||||||
|
</arg>
|
||||||
|
</group>
|
||||||
</arg>
|
</arg>
|
||||||
|
|
||||||
<arg>
|
<arg>
|
||||||
@ -157,7 +162,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
It prompts you for a password for the root account (unless
|
It prompts you for a password for the root account (unless
|
||||||
<option>--no-root-passwd</option> is specified).
|
<option>--no-root-password</option> is specified).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
@ -58,7 +58,7 @@ while [ "$#" -gt 0 ]; do
|
|||||||
--no-channel-copy)
|
--no-channel-copy)
|
||||||
noChannelCopy=1
|
noChannelCopy=1
|
||||||
;;
|
;;
|
||||||
--no-root-passwd)
|
--no-root-password|--no-root-passwd)
|
||||||
noRootPasswd=1
|
noRootPasswd=1
|
||||||
;;
|
;;
|
||||||
--no-bootloader)
|
--no-bootloader)
|
||||||
|
Loading…
Reference in New Issue
Block a user