Merge pull request #1034 from ids1024/usr

Symlink /usr to /
This commit is contained in:
Jeremy Soller 2017-08-21 15:08:12 -06:00 committed by GitHub
commit 2f0770f2fc

View file

@ -176,3 +176,8 @@ data = ""
[[files]] [[files]]
path = "/root/.ionrc" path = "/root/.ionrc"
data = "" data = ""
[[files]]
path = "/usr"
data = "/"
symlink = true