fixed raspberry pi CI

This commit is contained in:
AlexandreRouma 2021-11-24 20:07:02 +01:00
parent 2261b0fc2b
commit 5e89c52007

View File

@ -13,7 +13,7 @@ wget https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_ar
# Expand and mount rootfs image
dd if=/dev/zero bs=1G count=1 >> 1.img
e2fsck -f 1.img
e2fsck -p -f 1.img
resize2fs 1.img
mount 1.img /mnt