Use the new scheme format in system configs
This commit is contained in:
parent
3aab1d2ee8
commit
2646f037ab
|
@ -130,22 +130,22 @@ symlink = true
|
|||
## Device file symlinks
|
||||
[[files]]
|
||||
path = "/dev/null"
|
||||
data = "null:"
|
||||
data = "/scheme/null"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/dev/random"
|
||||
data = "rand:"
|
||||
data = "/scheme/rand"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/dev/urandom"
|
||||
data = "rand:"
|
||||
data = "/scheme/rand"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/dev/zero"
|
||||
data = "zero:"
|
||||
data = "/scheme/zero"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
|
|
|
@ -24,7 +24,7 @@ path = "/usr/lib/init.d/30_console"
|
|||
data = """
|
||||
inputd -A 2
|
||||
getty 2
|
||||
getty debug: -J
|
||||
getty /scheme/debug -J
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
|
|
Loading…
Reference in a new issue