Use default server config for aarch64, update cookbook

This commit is contained in:
Jeremy Soller 2025-04-24 11:22:33 -06:00
parent 996ab78b78
commit 209961eb97
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 6 additions and 29 deletions

View File

@ -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 = {}

@ -1 +1 @@
Subproject commit b7afe611d877d6c6151abe96acbe050d78ce109e
Subproject commit a4b7309131fbb275ab473d5cf3b01c469e6d5db0