From ca3eb0bc883b00d49b29ee7a7e3b7afee71858b1 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 21 Aug 2017 13:34:35 -0700 Subject: [PATCH] Symlink /usr to / Helps with some things, in particular #! lines --- filesystem.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/filesystem.toml b/filesystem.toml index 8dabfdc..39c2a7e 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -176,3 +176,8 @@ data = "" [[files]] path = "/root/.ionrc" data = "" + +[[files]] +path = "/usr" +data = "/" +symlink = true