index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 12:58:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 12:58:40 +0100 |
commit | b5e66ba7bf57c8d012ce22e220c30057577ba021 (patch) | |
tree | 34b09bc827274a52acb19e08cff218c4aabeab42 /prepare_stage3.sh | |
parent | c8daadccefa390907f500ca3a2621312e2a2dcb6 (diff) |
-rwxr-xr-x | prepare_stage3.sh | 3 |
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 |