From 798a620c5a5f54cacb32c115bca07ddc5aaf8e6b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 30 Dec 2021 05:17:28 +0100 Subject: [PATCH] some textual changes --- deployment/bare_metal/install.sh | 2 +- deployment/bare_metal/setup.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/deployment/bare_metal/install.sh b/deployment/bare_metal/install.sh index d98bc3bfa..149c55f91 100755 --- a/deployment/bare_metal/install.sh +++ b/deployment/bare_metal/install.sh @@ -1,5 +1,5 @@ #!/bin/bash # This install script requires the minimum requirements already installed. -# This is described in detail in [setup.md](./setup.md) +# How to do this is described in detail in [setup.md](./setup.md) diff --git a/deployment/bare_metal/setup.md b/deployment/bare_metal/setup.md index a501b6dba..85ae26526 100644 --- a/deployment/bare_metal/setup.md +++ b/deployment/bare_metal/setup.md @@ -9,7 +9,11 @@ > passwd gradido >> enter new -# Gives the user priviledges - this might be omitted in order to harden security +# Gives the user priviledges - this might be omitted in order to harden security +# Care: This will require another administering user if you don't want root access. +# Since this setup expects the user running the software be the same as the administering user, +# you have to adjust the instructions according to that scenario. +# You might lock yourself out, if done wrong. > usermod -a -G sudo gradido # switch to the new user