Add prompt example
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# This is an example configuration file
|
||||
|
||||
# General settings
|
||||
[general]
|
||||
# Prompt if settings are not defined
|
||||
prompt = false
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
orbutils = {}
|
||||
|
||||
# User settings
|
||||
[users.root]
|
||||
password = "$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk"
|
||||
uid = 0
|
||||
gid = 0
|
||||
name = "root"
|
||||
home = "/root"
|
||||
|
||||
[users.user]
|
||||
password = ""
|
||||
+1
-4
@@ -3,7 +3,7 @@
|
||||
# General settings
|
||||
[general]
|
||||
# Prompt if settings are not defined
|
||||
prompt = false
|
||||
prompt = true
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
@@ -11,11 +11,8 @@ orbutils = {}
|
||||
|
||||
# User settings
|
||||
[users.root]
|
||||
password = "$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk"
|
||||
uid = 0
|
||||
gid = 0
|
||||
name = "root"
|
||||
home = "/root"
|
||||
|
||||
[users.user]
|
||||
password = ""
|
||||
|
||||
Reference in New Issue
Block a user