Skip to content
Snippets Groups Projects
Verified Commit 49bffa53 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fill out aarch64 configs

parent 308d00a9
No related branches found
No related tags found
Loading
# Default desktop configuration
include = ["../server-minimal.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 256
# Package settings
[packages]
audiod = {}
drivers = {}
orbdata = {}
orbital = {}
orbterm = {}
orbutils = {}
[[files]]
path = "/usr/lib/init.d/00_drivers"
data = """
pcid /etc/pcid.d/
"""
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """
audiod
orbital orblogin launcher
"""
# Default desktop configuration
include = ["../desktop-minimal.toml"]
# Override the default settings here
include = ["../server-minimal.toml"]
# General settings
[general]
# Filesystem size in MiB
# filesystem_size = 1024
filesystem_size = 256
# Package settings
[packages]
# example = {}
\ No newline at end of file
audiod = {}
drivers = {}
orbdata = {}
orbital = {}
orbterm = {}
orbutils = {}
[[files]]
path = "/usr/lib/init.d/00_drivers"
data = """
pcid /etc/pcid.d/
"""
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """
audiod
orbital orblogin launcher
"""
# Default server configuration
include = ["../server.toml"]
# Override the default settings here
# General settings
[general]
# Filesystem size in MiB
# filesystem_size = 1024
# Package settings
[packages]
# example = {}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment