Move repo definition to base.toml

This commit is contained in:
Jeremy Soller 2024-10-19 11:46:41 -06:00
parent 5d678ea67e
commit 273f83faed
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
5 changed files with 4 additions and 15 deletions

View file

@ -65,6 +65,10 @@ path = "/etc/os-release"
data = "../usr/lib/os-release" data = "../usr/lib/os-release"
symlink = true symlink = true
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"
## Symlinks for usrmerge ## Symlinks for usrmerge
[[files]] [[files]]
path = "/usr" path = "/usr"

View file

@ -27,6 +27,3 @@ getty 2
getty /scheme/debug -J getty /scheme/debug -J
""" """
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"

View file

@ -48,7 +48,3 @@ echo
echo ## running redoxer ## echo ## running redoxer ##
redoxerd redoxerd
""" """
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"

View file

@ -39,7 +39,3 @@ resist /share/resist/posix/base.toml
resist /share/resist/posix/shell.toml resist /share/resist/posix/shell.toml
shutdown shutdown
""" """
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"

View file

@ -35,7 +35,3 @@ inputd -A 2
getty 2 getty 2
getty /scheme/debug/no-preserve -J getty /scheme/debug/no-preserve -J
""" """
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"