Fix issue #1102: Infinite Recursion with "ls -lR /" in RedoxOS
Created by: gbutler69
Problem: see issue #1102 (closed)
Solution: see solution as described in issue #1102 (closed)
Changes introduced by this pull request:
- /usr is no longer a soft-link to /, instead, /usr/bin links to /bin etc (same for all folders/files in / corresponding soft-links are created in /usr that link to them) - see #1102 (closed)
Drawbacks: Any new top-level files/folders added in the future may need corresponding soft-links created in /usr if /usr should always exactly be a mirror of the top-level folder (questionable???)
TODOs: nothing that I'm aware of
Fixes: see issue #1102 (closed)
State: READY
Blocking/related: none that I'm aware of
Other: (n/a)