From 3627f2b276b74f33a8f1c4fcb7d5df5cbf1abb9b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 24 Mar 2018 14:20:45 -0600 Subject: [PATCH] Use shellstorm to launch shell --- cookbook | 2 +- filesystem.toml | 90 +++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 88 insertions(+), 4 deletions(-) diff --git a/cookbook b/cookbook index 6f0434543..282bd44ea 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit 6f0434543461783bb6934bc2e6e927cf5af0f140 +Subproject commit 282bd44ea12551272411e10b49cccbd9f26ddbe9 diff --git a/filesystem.toml b/filesystem.toml index 0efea99be..cbb4e1b68 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -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"