From 83ff36a4c330e6699612cbce02f917c7c310e890 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 28 Sep 2016 16:26:46 -0600 Subject: [PATCH] Add a user account --- filesystem/etc/passwd | 3 ++- filesystem/home/user/LICENSE | 1 + filesystem/home/user/README.md | 1 + filesystem/{home => root}/LICENSE | 0 filesystem/{home => root}/README.md | 0 5 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 filesystem/home/user/LICENSE create mode 120000 filesystem/home/user/README.md rename filesystem/{home => root}/LICENSE (100%) rename filesystem/{home => root}/README.md (100%) 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