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
Container Registry
Model registry
Operate
Environments
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
redox-os
redox
Commits
48262cb7
Unverified
Commit
48262cb7
authored
1 year ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Move redoxer configs here and update installer
parent
308b5408
No related branches found
No related tags found
No related merge requests found
Pipeline
#14246
passed
1 year ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/redoxer-gui.toml
+17
-0
17 additions, 0 deletions
config/redoxer-gui.toml
config/redoxer.toml
+53
-0
53 additions, 0 deletions
config/redoxer.toml
installer
+1
-1
1 addition, 1 deletion
installer
with
71 additions
and
1 deletion
config/redoxer-gui.toml
0 → 100644
+
17
−
0
View file @
48262cb7
# Configuration for redoxer GUI image
include
=
[
"redoxer.toml"
]
# Package settings
[packages]
orbdata
=
{}
orbital
=
{}
# Override to run inside of orbital
[[files]]
path
=
"/usr/lib/init.d/30_redoxer"
data
=
"""
echo
echo ## running redoxer in orbital ##
orbital redoxerd
"""
This diff is collapsed.
Click to expand it.
config/redoxer.toml
0 → 100644
+
53
−
0
View file @
48262cb7
# Configuration for redoxer image
include
=
[
"net.toml"
]
# Package settings
[packages]
bash
=
{}
ca-certificates
=
{}
coreutils
=
{}
extrautils
=
{}
findutils
=
{}
gcc13
=
{}
gnu-binutils
=
{}
netdb
=
{}
pkgutils
=
{}
redoxerd
=
{}
relibc
=
{}
# Override to not background dhcpd
[[files]]
path
=
"/usr/lib/init.d/10_net"
data
=
"""
smolnetd
dnsd
dhcpd
"""
[[files]]
path
=
"/usr/lib/init.d/20_env"
data
=
"""
echo
echo ## preparing environment ##
export GROUPS 0
export HOME /root
export HOST redox
export SHELL /bin/sh
export UID 0
export USER root
cd /root
env
"""
[[files]]
path
=
"/usr/lib/init.d/30_redoxer"
data
=
"""
echo
echo ## running redoxer ##
redoxerd
"""
[[files]]
path
=
"/etc/pkg.d/50_redox"
data
=
"https://static.redox-os.org/pkg"
This diff is collapsed.
Click to expand it.
installer
@
6dfcee04
Compare
dbfdd417
...
6dfcee04
Subproject commit
dbfdd417f1398ba525e84e5c7c81788f35c2a838
Subproject commit
6dfcee04ad277df02a7f317535b5954dad3069ec
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