Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/prepare_stage3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prepare_stage3.sh')
-rwxr-xr-xprepare_stage3.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/prepare_stage3.sh b/prepare_stage3.sh
index 7b4fdcb..2db5ece 100755
--- a/prepare_stage3.sh
+++ b/prepare_stage3.sh
@@ -21,6 +21,9 @@ 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