mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Use shellstorm to launch shell
This commit is contained in:
parent
46fb5c3ee9
commit
3627f2b276
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit 6f0434543461783bb6934bc2e6e927cf5af0f140
|
||||
Subproject commit 282bd44ea12551272411e10b49cccbd9f26ddbe9
|
||||
@ -61,6 +61,7 @@ randd = {}
|
||||
#rust64 = {}
|
||||
#rustual-boy = {}
|
||||
#sed = {}
|
||||
shellstorm = {}
|
||||
#smith = {}
|
||||
#sodium = {}
|
||||
#termplay = {}
|
||||
@ -77,12 +78,12 @@ uid = 0
|
||||
gid = 0
|
||||
name = "root"
|
||||
home = "/root"
|
||||
shell = "/bin/lua"
|
||||
shell = "/bin/shellstorm"
|
||||
|
||||
[users.user]
|
||||
# Password is unset
|
||||
password = ""
|
||||
shell = "/bin/lua"
|
||||
shell = "/bin/shellstorm"
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
@ -144,10 +145,93 @@ data = """
|
||||
path = "/etc/motd"
|
||||
data = """
|
||||
|
||||
¡redoX XTREME Edition!
|
||||
redoX XTREME Edition is locating your optimal shell...
|
||||
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/shellstorm"
|
||||
data = """
|
||||
basename
|
||||
calc
|
||||
chmod
|
||||
chown
|
||||
clear
|
||||
comm
|
||||
cp
|
||||
cut
|
||||
dash
|
||||
date
|
||||
df
|
||||
dircolors
|
||||
dirname
|
||||
dmesg
|
||||
du
|
||||
echo
|
||||
env
|
||||
expr
|
||||
false
|
||||
find
|
||||
free
|
||||
grep
|
||||
groupadd
|
||||
groupdel
|
||||
groupmod
|
||||
gunzip
|
||||
gzip
|
||||
id
|
||||
info
|
||||
install
|
||||
keymap
|
||||
kill
|
||||
link
|
||||
ln
|
||||
ls
|
||||
lua
|
||||
luac
|
||||
man
|
||||
mkdir
|
||||
mktemp
|
||||
mv
|
||||
paste
|
||||
printenv
|
||||
printf
|
||||
ps
|
||||
pwd
|
||||
readlink
|
||||
realpath
|
||||
relpath
|
||||
rem
|
||||
reset
|
||||
resize
|
||||
rm
|
||||
rmdir
|
||||
screenfetch
|
||||
seq
|
||||
sh
|
||||
shellstorm
|
||||
shutdown
|
||||
sleep
|
||||
stat
|
||||
sudo
|
||||
tar
|
||||
test
|
||||
time
|
||||
touch
|
||||
tr
|
||||
true
|
||||
truncate
|
||||
uname
|
||||
uptime
|
||||
useradd
|
||||
userdel
|
||||
usermod
|
||||
uutils
|
||||
watch
|
||||
which
|
||||
whoami
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/usr/bin"
|
||||
data = "/bin"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user