summaryrefslogtreecommitdiff
path: root/create_hdd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_hdd.sh')
-rwxr-xr-xcreate_hdd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/create_hdd.sh b/create_hdd.sh
index fd68e60..38829da 100755
--- a/create_hdd.sh
+++ b/create_hdd.sh
@@ -88,8 +88,11 @@ mkdir root/.ssh
cp "$HOME/.ssh/id_rsa.pub" root/.ssh/authorized_keys
# install a build user and build directory
+# tty group for coreutils
+# systemd-journal group for systemd
cat >> etc/group <<EOF
tty:x:5:
+systemd-journal:x:190:
build:x:1001:
EOF
cat >> etc/passwd <<EOF