mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-01-08 20:40:12 +09:00
Change the base rootfs to bullseye
It is unintentionally reverted back to buster
This commit is contained in:
parent
25668a72e3
commit
935363d6ac
4
Makefile
4
Makefile
@ -144,9 +144,9 @@ brainux:
|
|||||||
sudo 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=$(ROOTFS_CROSS) --foreign buster brainux/; \
|
sudo debootstrap --arch=$(ROOTFS_CROSS) --foreign bullseye brainux/; \
|
||||||
else \
|
else \
|
||||||
sudo debootstrap --arch=$(ROOTFS_CROSS) --foreign buster brainux/ http://localhost:65432/debian/; \
|
sudo debootstrap --arch=$(ROOTFS_CROSS) --foreign bullseye brainux/ http://localhost:65432/debian/; \
|
||||||
fi
|
fi
|
||||||
sudo cp /usr/bin/qemu-arm-static brainux/usr/bin/
|
sudo cp /usr/bin/qemu-arm-static brainux/usr/bin/
|
||||||
sudo cp ./os-brainux/setup_brainux.sh brainux/
|
sudo cp ./os-brainux/setup_brainux.sh brainux/
|
||||||
|
Loading…
Reference in New Issue
Block a user