Fill out aarch64 configs
This commit is contained in:
parent
308d00a9c1
commit
49bffa5374
30
config/aarch64/demo.toml
Normal file
30
config/aarch64/demo.toml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# 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
|
||||||
|
"""
|
|
@ -1,14 +1,30 @@
|
||||||
# Default desktop configuration
|
# Default desktop configuration
|
||||||
|
|
||||||
include = ["../desktop-minimal.toml"]
|
include = ["../server-minimal.toml"]
|
||||||
|
|
||||||
# Override the default settings here
|
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
[general]
|
[general]
|
||||||
# Filesystem size in MiB
|
# Filesystem size in MiB
|
||||||
# filesystem_size = 1024
|
filesystem_size = 256
|
||||||
|
|
||||||
# Package settings
|
# Package settings
|
||||||
[packages]
|
[packages]
|
||||||
# example = {}
|
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
|
||||||
|
"""
|
||||||
|
|
14
config/aarch64/server.toml
Normal file
14
config/aarch64/server.toml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# 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 = {}
|
Loading…
Reference in a new issue