2017-01-11 04:49:18 +01:00
|
|
|
# This is the default configuration file
|
|
|
|
|
|
|
|
# General settings
|
|
|
|
[general]
|
|
|
|
# Do not prompt if settings are not defined
|
|
|
|
prompt = false
|
|
|
|
|
|
|
|
# Package settings
|
|
|
|
[packages]
|
|
|
|
coreutils = {}
|
|
|
|
extrautils = {}
|
|
|
|
ion = {}
|
2017-04-08 04:30:45 +02:00
|
|
|
netutils = {}
|
|
|
|
pkgutils = {}
|
|
|
|
tar = {}
|
|
|
|
userutils = {}
|
2017-01-11 04:49:18 +01:00
|
|
|
|
|
|
|
# User settings
|
|
|
|
[users.root]
|
|
|
|
# Password is set to "password"
|
|
|
|
password = "$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk"
|
|
|
|
uid = 0
|
|
|
|
gid = 0
|
|
|
|
name = "root"
|
|
|
|
home = "/root"
|