Fix setup of systemd in chroot-ed environment

This commit is contained in:
Takumi Sueda 2021-12-07 20:35:10 +09:00
parent f82168e7b1
commit 23790bcf20
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ brainux:
echo "Debootstrap is only available in Linux!"; \
exit 1; \
fi
mkdir -p brainux
sudo mkdir -p brainux
@if [ "$(CI)" = "true" ]; then \
echo "I'm in CI and debootstrap without cache."; \
sudo debootstrap --arch=armel --foreign bullseye brainux/; \