mirror of
https://github.com/brain-hackers/buildbrain
synced 2026-08-12 22:46:36 +09:00
Fix setup of systemd in chroot-ed environment
This commit is contained in:
@@ -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/; \
|
||||
|
||||
Reference in New Issue
Block a user