mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Serious improvements in lieu of new release
This commit is contained in:
parent
52fead239f
commit
b6a1c279dc
@ -1 +1 @@
|
||||
Subproject commit 615d9e136512a21cc5fb22b5ab74389e078d3fb7
|
||||
Subproject commit 1dabb8b0cf39eb3031e4afed8bff25c51718cb12
|
||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit 8456bb9a39f2f94a379ca806f63d241d712ddfe1
|
||||
Subproject commit 6f0434543461783bb6934bc2e6e927cf5af0f140
|
||||
@ -12,15 +12,15 @@ prompt = false
|
||||
#automake = {}
|
||||
#bash = {}
|
||||
#binutils = {}
|
||||
ca-certificates = {}
|
||||
#ca-certificates = {}
|
||||
#cargo = {}
|
||||
#cleye = {}
|
||||
#contain = {}
|
||||
coreutils = {}
|
||||
#curl = {}
|
||||
#dash = {}
|
||||
dash = {}
|
||||
#diffutils = {}
|
||||
drivers = {}
|
||||
#drivers = {}
|
||||
extrautils = {}
|
||||
#fd = {}
|
||||
findutils = {}
|
||||
@ -31,37 +31,37 @@ findutils = {}
|
||||
#git = {}
|
||||
#gnu-binutils = {}
|
||||
#gnu-make = {}
|
||||
installer = {}
|
||||
ion = {}
|
||||
logd = {}
|
||||
#lua = {}
|
||||
#installer = {}
|
||||
#ion = {}
|
||||
#logd = {}
|
||||
lua = {}
|
||||
#nasm = {}
|
||||
netdb = {}
|
||||
netstack = {}
|
||||
netsurf = {}
|
||||
netutils = {}
|
||||
#netdb = {}
|
||||
#netstack = {}
|
||||
#netsurf = {}
|
||||
#netutils = {}
|
||||
#newlib = {}
|
||||
nulld = {}
|
||||
#openssl = {}
|
||||
orbdata = {}
|
||||
orbital = {}
|
||||
orbterm = {}
|
||||
orbutils = {}
|
||||
#orbdata = {}
|
||||
#orbital = {}
|
||||
#orbterm = {}
|
||||
#orbutils = {}
|
||||
#pastel = {}
|
||||
#patch = {}
|
||||
#pixelcannon = {}
|
||||
pkgutils = {}
|
||||
#pkgutils = {}
|
||||
#prboom = {}
|
||||
ptyd = {}
|
||||
#python = {}
|
||||
randd = {}
|
||||
redoxfs = {}
|
||||
#redoxfs = {}
|
||||
#rs-nes = {}
|
||||
#rust = {}
|
||||
#rust64 = {}
|
||||
#rustual-boy = {}
|
||||
#sed = {}
|
||||
smith = {}
|
||||
#smith = {}
|
||||
#sodium = {}
|
||||
#termplay = {}
|
||||
userutils = {}
|
||||
@ -77,10 +77,12 @@ uid = 0
|
||||
gid = 0
|
||||
name = "root"
|
||||
home = "/root"
|
||||
shell = "/bin/lua"
|
||||
|
||||
[users.user]
|
||||
# Password is unset
|
||||
password = ""
|
||||
shell = "/bin/lua"
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
@ -88,66 +90,16 @@ data = """
|
||||
nulld
|
||||
zerod
|
||||
randd
|
||||
logd
|
||||
ptyd
|
||||
pcid /etc/pcid/filesystem.toml
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/10_net"
|
||||
path = "/etc/init.d/10_console"
|
||||
data = """
|
||||
smolnetd
|
||||
dnsd
|
||||
dhcpd -b
|
||||
getty display:2/activate
|
||||
"""
|
||||
|
||||
[[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]]
|
||||
path = "/etc/group"
|
||||
data = """
|
||||
@ -165,7 +117,7 @@ redox
|
||||
[[files]]
|
||||
path = "/etc/issue"
|
||||
data = """
|
||||
########## Redox OS ##########
|
||||
#### redoX XTREME Edition ####
|
||||
# Login with the following: #
|
||||
# `user` #
|
||||
# `root`:`password` #
|
||||
@ -176,7 +128,8 @@ data = """
|
||||
[[files]]
|
||||
path = "/etc/motd"
|
||||
data = """
|
||||
Welcome to Redox OS!
|
||||
|
||||
¡redoX XTREME Edition!
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ prompt = false
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
drivers = {}
|
||||
drivers-041 = {}
|
||||
init = {}
|
||||
redoxfs = {}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user