From 69f68ac358363ac31110fa1a1956539be60af313 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 15 Mar 2018 09:05:15 +0100 Subject: add systemd-journal group to target vm/machine not to host --- create_hdd.sh | 3 +++ prepare_stage3.sh | 3 --- 2 files changed, 3 insertions(+), 3 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 <> etc/passwd </dev/null || groupadd -g 190 systemd-journal echo "Prepared the stage 3 build environment." fi -- cgit v1.2.3-54-g00ecf