diff --git a/filesystem/etc/passwd b/filesystem/etc/passwd index 7090814..2255e55 100644 --- a/filesystem/etc/passwd +++ b/filesystem/etc/passwd @@ -1 +1,2 @@ -root;A69F73CCA23A9AC5C8B567DC185A756E97C982164FE25859E0D1DCC1475C80A615B2123AF1F5F94C11E3E9402C3AC558F50199D95B6D3E31758586281DCD26;0;0;root;file:home;file:bin/ion +root;A69F73CCA23A9AC5C8B567DC185A756E97C982164FE25859E0D1DCC1475C80A615B2123AF1F5F94C11E3E9402C3AC558F50199D95B6D3E31758586281DCD26;0;0;root;file:root;file:bin/ion +user;A69F73CCA23A9AC5C8B567DC185A756E97C982164FE25859E0D1DCC1475C80A615B2123AF1F5F94C11E3E9402C3AC558F50199D95B6D3E31758586281DCD26;1000;1000;user;file:home/user;file:bin/ion diff --git a/filesystem/home/user/LICENSE b/filesystem/home/user/LICENSE new file mode 120000 index 0000000..5853aae --- /dev/null +++ b/filesystem/home/user/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file diff --git a/filesystem/home/user/README.md b/filesystem/home/user/README.md new file mode 120000 index 0000000..8a33348 --- /dev/null +++ b/filesystem/home/user/README.md @@ -0,0 +1 @@ +../../../README.md \ No newline at end of file diff --git a/filesystem/home/LICENSE b/filesystem/root/LICENSE similarity index 100% rename from filesystem/home/LICENSE rename to filesystem/root/LICENSE diff --git a/filesystem/home/README.md b/filesystem/root/README.md similarity index 100% rename from filesystem/home/README.md rename to filesystem/root/README.md