Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
redox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pirson Bethancourt
redox
Commits
49bffa53
Verified
Commit
49bffa53
authored
10 months ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Fill out aarch64 configs
parent
308d00a9
No related branches found
Branches containing commit
No related tags found
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/aarch64/demo.toml
+30
-0
30 additions, 0 deletions
config/aarch64/demo.toml
config/aarch64/desktop.toml
+21
-5
21 additions, 5 deletions
config/aarch64/desktop.toml
config/aarch64/server.toml
+14
-0
14 additions, 0 deletions
config/aarch64/server.toml
with
65 additions
and
5 deletions
config/aarch64/demo.toml
0 → 100644
+
30
−
0
View file @
49bffa53
# 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
"""
This diff is collapsed.
Click to expand it.
config/aarch64/desktop.toml
+
21
−
5
View file @
49bffa53
# 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
"""
This diff is collapsed.
Click to expand it.
config/aarch64/server.toml
0 → 100644
+
14
−
0
View file @
49bffa53
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment