mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge pull request #1128 from redox-os/revert-1125-ionbashing
Revert "Use bash as shell until #1124 is fixed"
This commit is contained in:
commit
971ca0efc6
@ -10,7 +10,7 @@ prompt = false
|
||||
#acid = {}
|
||||
#autoconf = {}
|
||||
#automake = {}
|
||||
bash = {}
|
||||
#bash = {}
|
||||
#binutils = {}
|
||||
#ca-certificates = {}
|
||||
#cargo = {}
|
||||
@ -75,12 +75,10 @@ uid = 0
|
||||
gid = 0
|
||||
name = "root"
|
||||
home = "/root"
|
||||
shell = "/bin/bash"
|
||||
|
||||
[users.user]
|
||||
# Password is unset
|
||||
password = ""
|
||||
shell = "/bin/bash"
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user