mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Enable the "shell" data type to allow easy terminal shell customization
This commit is contained in:
parent
6f5239b5a1
commit
7aa4749fcd
@ -175,10 +175,12 @@ uid = 0
|
||||
gid = 0
|
||||
name = "root"
|
||||
home = "/root"
|
||||
shell = "/usr/bin/ion"
|
||||
|
||||
[users.user]
|
||||
# Password is unset
|
||||
password = ""
|
||||
shell = "/usr/bin/ion"
|
||||
|
||||
# Group settings
|
||||
[groups.sudo]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user