Compare commits
15 Commits
Author | SHA1 | Date |
---|---|---|
Jeremy Soller | 30604ca202 | |
Jeremy Soller | 0a3101a221 | |
Jeremy Soller | 14cb323603 | |
Jeremy Soller | 3282686b84 | |
Jeremy Soller | aec4e80a08 | |
Jeremy Soller | f6a7d1b6c9 | |
Jeremy Soller | b3345bb838 | |
Jeremy Soller | 592aba40d8 | |
Jeremy Soller | 536abdc291 | |
Jeremy Soller | b9e35ac14d | |
Jeremy Soller | 93187f1adc | |
Jeremy Soller | 3627f2b276 | |
Jeremy Soller | 46fb5c3ee9 | |
Jeremy Soller | 7532176ff4 | |
Jeremy Soller | b6a1c279dc |
|
@ -1 +1 @@
|
||||||
Subproject commit 615d9e136512a21cc5fb22b5ab74389e078d3fb7
|
Subproject commit 1dabb8b0cf39eb3031e4afed8bff25c51718cb12
|
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
||||||
Subproject commit 8456bb9a39f2f94a379ca806f63d241d712ddfe1
|
Subproject commit 3843c27b42feb93a17165e7a02cba9951b966e2e
|
209
filesystem.toml
209
filesystem.toml
|
@ -10,58 +10,61 @@ prompt = false
|
||||||
#acid = {}
|
#acid = {}
|
||||||
#autoconf = {}
|
#autoconf = {}
|
||||||
#automake = {}
|
#automake = {}
|
||||||
#bash = {}
|
bash = {}
|
||||||
#binutils = {}
|
#binutils = {}
|
||||||
ca-certificates = {}
|
#ca-certificates = {}
|
||||||
#cargo = {}
|
#cargo = {}
|
||||||
#cleye = {}
|
#cleye = {}
|
||||||
#contain = {}
|
#contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
#curl = {}
|
#curl = {}
|
||||||
#dash = {}
|
dash = {}
|
||||||
#diffutils = {}
|
#diffutils = {}
|
||||||
drivers = {}
|
drivers = {}
|
||||||
|
duktape = {}
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
#fd = {}
|
#fd = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
#game-2048 = {}
|
#game-2048 = {}
|
||||||
#games = {}
|
games = {}
|
||||||
#gawk = {}
|
#gawk = {}
|
||||||
#gcc = {}
|
#gcc = {}
|
||||||
#git = {}
|
#git = {}
|
||||||
#gnu-binutils = {}
|
#gnu-binutils = {}
|
||||||
#gnu-make = {}
|
#gnu-make = {}
|
||||||
installer = {}
|
#installer = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
|
keyboard-sfx = {}
|
||||||
logd = {}
|
logd = {}
|
||||||
#lua = {}
|
lua = {}
|
||||||
#nasm = {}
|
#nasm = {}
|
||||||
netdb = {}
|
#netdb = {}
|
||||||
netstack = {}
|
#netstack = {}
|
||||||
netsurf = {}
|
#netsurf = {}
|
||||||
netutils = {}
|
#netutils = {}
|
||||||
#newlib = {}
|
#newlib = {}
|
||||||
nulld = {}
|
nulld = {}
|
||||||
#openssl = {}
|
#openssl = {}
|
||||||
orbdata = {}
|
#orbdata = {}
|
||||||
orbital = {}
|
#orbital = {}
|
||||||
orbterm = {}
|
#orbterm = {}
|
||||||
orbutils = {}
|
#orbutils = {}
|
||||||
#pastel = {}
|
#pastel = {}
|
||||||
#patch = {}
|
#patch = {}
|
||||||
#pixelcannon = {}
|
#pixelcannon = {}
|
||||||
pkgutils = {}
|
#pkgutils = {}
|
||||||
#prboom = {}
|
#prboom = {}
|
||||||
ptyd = {}
|
ptyd = {}
|
||||||
#python = {}
|
#python = {}
|
||||||
randd = {}
|
randd = {}
|
||||||
redoxfs = {}
|
#redoxfs = {}
|
||||||
#rs-nes = {}
|
#rs-nes = {}
|
||||||
#rust = {}
|
#rust = {}
|
||||||
#rust64 = {}
|
#rust64 = {}
|
||||||
#rustual-boy = {}
|
#rustual-boy = {}
|
||||||
#sed = {}
|
#sed = {}
|
||||||
smith = {}
|
shellstorm = {}
|
||||||
|
#smith = {}
|
||||||
#sodium = {}
|
#sodium = {}
|
||||||
#termplay = {}
|
#termplay = {}
|
||||||
userutils = {}
|
userutils = {}
|
||||||
|
@ -77,10 +80,12 @@ uid = 0
|
||||||
gid = 0
|
gid = 0
|
||||||
name = "root"
|
name = "root"
|
||||||
home = "/root"
|
home = "/root"
|
||||||
|
shell = "/bin/shellstorm"
|
||||||
|
|
||||||
[users.user]
|
[users.user]
|
||||||
# Password is unset
|
# Password is unset
|
||||||
password = ""
|
password = ""
|
||||||
|
shell = "/bin/shellstorm"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/00_base"
|
path = "/etc/init.d/00_base"
|
||||||
|
@ -94,60 +99,11 @@ pcid /etc/pcid/filesystem.toml
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/10_net"
|
path = "/etc/init.d/10_console"
|
||||||
data = """
|
data = """
|
||||||
smolnetd
|
getty display:2/activate
|
||||||
dnsd
|
|
||||||
dhcpd -b
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/20_orbital"
|
|
||||||
data = """
|
|
||||||
orbital display:3/activate orblogin launcher
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
getty display:2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/net/dns"
|
|
||||||
data = """
|
|
||||||
208.67.222.222
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/net/ip"
|
|
||||||
data = """
|
|
||||||
10.0.2.15
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/net/ip_router"
|
|
||||||
data = """
|
|
||||||
10.0.2.2
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/net/ip_subnet"
|
|
||||||
data = """
|
|
||||||
255.255.255.0
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/net/mac"
|
|
||||||
data = """
|
|
||||||
54-52-00-ab-cd-ef
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/pkg.d/50_redox"
|
|
||||||
data = "https://static.redox-os.org/pkg"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/group"
|
path = "/etc/group"
|
||||||
data = """
|
data = """
|
||||||
|
@ -165,19 +121,122 @@ redox
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/issue"
|
path = "/etc/issue"
|
||||||
data = """
|
data = """
|
||||||
########## Redox OS ##########
|
██▀███ ▓█████ ▓█████▄ ▒█████ ▒██ ██▒
|
||||||
# Login with the following: #
|
▓██ ▒ ██▒▓█ ▀ ▒██▀ ██▌▒██▒ ██▒▒▒ █ █ ▒░
|
||||||
# `user` #
|
▓██ ░▄█ ▒▒███ ░██ █▌▒██░ ██▒░░ █ ░
|
||||||
# `root`:`password` #
|
▒██▀▀█▄ ▒▓█ ▄ ░▓█▄ ▌▒██ ██░ ░ █ █ ▒
|
||||||
##############################
|
░██▓ ▒██▒░▒████▒░▒████▓ ░ ████▓▒░▒██▒ ▒██▒
|
||||||
|
░ ▒▓ ░▒▓░░░ ▒░ ░ ▒▒▓ ▒ ░ ▒░▒░▒░ ▒▒ ░ ░▓ ░
|
||||||
|
▒██ ██▒▄▄▄█████▓ ██▀███ ▓█████ ███▄ ▄███▓▓█████
|
||||||
|
▒▒ █ █ ▒░▓ ██▒ ▓▒▓██ ▒ ██▒▓█ ▀ ▓██▒▀█▀ ██▒▓█ ▀
|
||||||
|
░░ █ ░▒ ▓██░ ▒░▓██ ░▄█ ▒▒███ ▓██ ▓██░▒███
|
||||||
|
░ █ █ ▒ ░ ▓██▓ ░ ▒██▀▀█▄ ▒▓█ ▄ ▒██ ▒██ ▒▓█ ▄
|
||||||
|
▒██▒ ▒██▒ ▒██▒ ░ ░██▓ ▒██▒░▒████▒▒██▒ ░██▒░▒████▒
|
||||||
|
▒▒ ░ ░▓ ░ ▒ ░░ ░ ▒▓ ░▒▓░░░ ▒░ ░░ ▒░ ░ ░░░ ▒░ ░
|
||||||
|
▓█████ ▓█████▄ ██▓▄▄▄█████▓ ██▓ ▒█████ ███▄ █
|
||||||
|
▓█ ▀ ▒██▀ ██▌▓██▒▓ ██▒ ▓▒▓██▒▒██▒ ██▒ ██ ▀█ █
|
||||||
|
▒███ ░██ █▌▒██▒▒ ▓██░ ▒░▒██▒▒██░ ██▒▓██ ▀█ ██▒
|
||||||
|
▒▓█ ▄ ░▓█▄ ▌░██░░ ▓██▓ ░ ░██░▒██ ██░▓██▒ ▐▌██▒
|
||||||
|
░▒████▒░▒████▓ ░██░ ▒██▒ ░ ░██░░ ████▓▒░▒██░ ▓██░
|
||||||
|
░░ ▒░ ░ ▒▒▓ ▒ ░▓ ▒ ░░ ░▓ ░ ▒░▒░▒░ ░ ▒░ ▒ ▒
|
||||||
|
░ ░ ░ ░ ▒ ▒ ▒ ░ ░ ▒ ░ ░ ▒ ▒░ ░ ░░ ░ ▒░
|
||||||
|
░ ░ ░ ░ ▒ ░ ░ ▒ ░░ ░ ░ ▒ ░ ░ ░
|
||||||
|
░ ░ ░ ░ ░ ░ ░ ░
|
||||||
|
░
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/motd"
|
path = "/etc/motd"
|
||||||
data = """
|
data = """
|
||||||
Welcome to Redox OS!
|
|
||||||
|
|
||||||
|
REDOX
|
||||||
|
XTREME
|
||||||
|
EDITION
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/etc/shellstorm"
|
||||||
|
data = """
|
||||||
|
basename
|
||||||
|
bash
|
||||||
|
calc
|
||||||
|
chmod
|
||||||
|
chown
|
||||||
|
clear
|
||||||
|
comm
|
||||||
|
cp
|
||||||
|
cut
|
||||||
|
dash
|
||||||
|
date
|
||||||
|
dem
|
||||||
|
dircolors
|
||||||
|
dirname
|
||||||
|
dmesg
|
||||||
|
du
|
||||||
|
duk
|
||||||
|
echo
|
||||||
|
env
|
||||||
|
expr
|
||||||
|
false
|
||||||
|
find
|
||||||
|
free
|
||||||
|
grep
|
||||||
|
groupadd
|
||||||
|
groupdel
|
||||||
|
groupmod
|
||||||
|
gunzip
|
||||||
|
gzip
|
||||||
|
id
|
||||||
|
info
|
||||||
|
install
|
||||||
|
ion
|
||||||
|
keymap
|
||||||
|
kill
|
||||||
|
link
|
||||||
|
ln
|
||||||
|
ls
|
||||||
|
lua
|
||||||
|
luac
|
||||||
|
man
|
||||||
|
mkdir
|
||||||
|
mktemp
|
||||||
|
mv
|
||||||
|
paste
|
||||||
|
printenv
|
||||||
|
printf
|
||||||
|
ps
|
||||||
|
pwd
|
||||||
|
readlink
|
||||||
|
realpath
|
||||||
|
relpath
|
||||||
|
rem
|
||||||
|
reset
|
||||||
|
rm
|
||||||
|
rmdir
|
||||||
|
screenfetch
|
||||||
|
seq
|
||||||
|
sh
|
||||||
|
shellstorm
|
||||||
|
sleep
|
||||||
|
stat
|
||||||
|
sudo
|
||||||
|
tar
|
||||||
|
test
|
||||||
|
time
|
||||||
|
touch
|
||||||
|
tr
|
||||||
|
true
|
||||||
|
truncate
|
||||||
|
uname
|
||||||
|
uptime
|
||||||
|
useradd
|
||||||
|
userdel
|
||||||
|
usermod
|
||||||
|
uutils
|
||||||
|
watch
|
||||||
|
which
|
||||||
|
whoami
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
|
@ -7,7 +7,7 @@ prompt = false
|
||||||
|
|
||||||
# Package settings
|
# Package settings
|
||||||
[packages]
|
[packages]
|
||||||
drivers = {}
|
drivers-041 = {}
|
||||||
init = {}
|
init = {}
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ path="/etc/init.rc"
|
||||||
data="""
|
data="""
|
||||||
export PATH /bin
|
export PATH /bin
|
||||||
export TMPDIR /tmp
|
export TMPDIR /tmp
|
||||||
vesad T T G
|
vesad T T
|
||||||
stdio display:1
|
stdio display:1
|
||||||
ps2d us
|
ps2d us
|
||||||
pcid /etc/pcid/initfs.toml
|
pcid /etc/pcid/initfs.toml
|
||||||
|
|
|
@ -7,7 +7,7 @@ prompt = false
|
||||||
|
|
||||||
# Package settings
|
# Package settings
|
||||||
[packages]
|
[packages]
|
||||||
drivers = {}
|
drivers-041 = {}
|
||||||
init = {}
|
init = {}
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ path="/etc/init.rc"
|
||||||
data="""
|
data="""
|
||||||
export PATH /bin
|
export PATH /bin
|
||||||
export TMPDIR /tmp
|
export TMPDIR /tmp
|
||||||
vesad T T G
|
vesad T T
|
||||||
stdio display:1
|
stdio display:1
|
||||||
ps2d us
|
ps2d us
|
||||||
pcid /etc/pcid/initfs.toml
|
pcid /etc/pcid/initfs.toml
|
||||||
|
|
2
kernel
2
kernel
|
@ -1 +1 @@
|
||||||
Subproject commit f83f61b51a7dfe4ac546b6fb72c5b0c0d8669696
|
Subproject commit 330b3b4b95353a2eec6fcebf6c1a57673d95d97d
|
Reference in New Issue