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 --- prepare_stage3.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'prepare_stage3.sh') diff --git a/prepare_stage3.sh b/prepare_stage3.sh index 2db5ece..7b4fdcb 100755 --- a/prepare_stage3.sh +++ b/prepare_stage3.sh @@ -21,9 +21,6 @@ if test ! -d $STAGE3_BUILD; then # stage 2, for now we just copy the vm from stage1 after building # and installing all packages from stage 2 and use it as new build # machine. - - # systemd-journal group for systemd - getent group systemd-journal >/dev/null || groupadd -g 190 systemd-journal echo "Prepared the stage 3 build environment." fi -- cgit v1.2.3-54-g00ecf