Move repo definition to base.toml
This commit is contained in:
parent
5d678ea67e
commit
273f83faed
|
@ -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"
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in a new issue