Revert "Corrected filesystem.toml to correctly soft-link folders in /usr to folders in / so as to avoid infinite recursiong with 'ls -lR /' as per https://github.com/redox-os/redox/issues/1102"
This reverts commit 7676faaf98
.
This commit is contained in:
parent
7676faaf98
commit
d7e5552be5
|
@ -175,32 +175,6 @@ Welcome to Redox OS!
|
|||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/usr/bin"
|
||||
data = "/bin"
|
||||
path = "/usr"
|
||||
data = "/"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/usr/sbin"
|
||||
data = "/sbin"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/usr/var"
|
||||
data = "/var"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/usr/share"
|
||||
data = "/share"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/usr/include"
|
||||
data = "/include"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/usr/lib"
|
||||
data = "/lib"
|
||||
symlink = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue