mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
Use default server config for aarch64, update cookbook
This commit is contained in:
parent
996ab78b78
commit
209961eb97
@ -1,37 +1,14 @@
|
||||
# Server configuration
|
||||
|
||||
#TODO: use ../server.toml when git builds
|
||||
include = ["../net.toml"]
|
||||
include = ["../server.toml"]
|
||||
|
||||
# Override the default settings here
|
||||
|
||||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 512
|
||||
# filesystem_size = 1024
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
bash = {}
|
||||
ca-certificates = {}
|
||||
contain = {}
|
||||
coreutils = {}
|
||||
curl = {}
|
||||
diffutils = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
#git = {} # fails to detect endianness
|
||||
installer = {}
|
||||
ion = {}
|
||||
kibi = {}
|
||||
netdb = {}
|
||||
pkgutils = {}
|
||||
redoxfs = {}
|
||||
resist = {}
|
||||
userutils = {}
|
||||
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/30_console"
|
||||
data = """
|
||||
inputd -A 2
|
||||
getty 2
|
||||
getty /scheme/debug/no-preserve -J
|
||||
"""
|
||||
# example = {}
|
||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit b7afe611d877d6c6151abe96acbe050d78ce109e
|
||||
Subproject commit a4b7309131fbb275ab473d5cf3b01c469e6d5db0
|
||||
Loading…
Reference in New Issue
Block a user