Merge branch 'no_legacy_path' into 'master'
Use the new scheme format in system configs See merge request redox-os/redox!1464
This commit is contained in:
commit
c0dfba4a6c
|
@ -130,22 +130,22 @@ symlink = true
|
||||||
## Device file symlinks
|
## Device file symlinks
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/dev/null"
|
path = "/dev/null"
|
||||||
data = "null:"
|
data = "/scheme/null"
|
||||||
symlink = true
|
symlink = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/dev/random"
|
path = "/dev/random"
|
||||||
data = "rand:"
|
data = "/scheme/rand"
|
||||||
symlink = true
|
symlink = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/dev/urandom"
|
path = "/dev/urandom"
|
||||||
data = "rand:"
|
data = "/scheme/rand"
|
||||||
symlink = true
|
symlink = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/dev/zero"
|
path = "/dev/zero"
|
||||||
data = "zero:"
|
data = "/scheme/zero"
|
||||||
symlink = true
|
symlink = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
|
@ -24,7 +24,7 @@ path = "/usr/lib/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
inputd -A 2
|
inputd -A 2
|
||||||
getty 2
|
getty 2
|
||||||
getty debug: -J
|
getty /scheme/debug -J
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
Loading…
Reference in a new issue