mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 20:20:11 +09:00
Fix setup of systemd in chroot-ed environment
This commit is contained in:
parent
f82168e7b1
commit
23790bcf20
2
Makefile
2
Makefile
@ -109,7 +109,7 @@ brainux:
|
|||||||
echo "Debootstrap is only available in Linux!"; \
|
echo "Debootstrap is only available in Linux!"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
mkdir -p brainux
|
sudo mkdir -p brainux
|
||||||
@if [ "$(CI)" = "true" ]; then \
|
@if [ "$(CI)" = "true" ]; then \
|
||||||
echo "I'm in CI and debootstrap without cache."; \
|
echo "I'm in CI and debootstrap without cache."; \
|
||||||
sudo debootstrap --arch=armel --foreign bullseye brainux/; \
|
sudo debootstrap --arch=armel --foreign bullseye brainux/; \
|
||||||
|
Loading…
Reference in New Issue
Block a user