diff --git a/filesystem.toml b/filesystem.toml index 0dda69f..671d0a6 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -175,6 +175,32 @@ Welcome to Redox OS! """ [[files]] -path = "/usr" -data = "/" +path = "/usr/bin" +data = "/bin" 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 +