Merge branch 'shell-option' into 'master'

Enable the "shell" data type to allow easy terminal shell customization

See merge request redox-os/redox!1467
This commit is contained in:
Jeremy Soller 2024-07-16 12:45:14 +00:00
commit 1c6c23527a

View file

@ -175,10 +175,12 @@ uid = 0
gid = 0 gid = 0
name = "root" name = "root"
home = "/root" home = "/root"
shell = "/usr/bin/ion"
[users.user] [users.user]
# Password is unset # Password is unset
password = "" password = ""
shell = "/usr/bin/ion"
# Group settings # Group settings
[groups.sudo] [groups.sudo]