Skip to content

Commit 860ea5d

Browse files
committed
fix raspi build
1 parent 87e6213 commit 860ea5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image-recipe/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ if [ "${IB_TARGET_PLATFORM}" = "raspberrypi" ]; then
206206
echo "Configuring raspi kernel '\$v'"
207207
extract-ikconfig "/usr/lib/modules/\$v/kernel/kernel/configs.ko.xz" > /boot/config-\$v
208208
done
209-
mkinitramfs -c gzip -o /boot/initramfs8 6.6.62-v8+
210-
mkinitramfs -c gzip -o /boot/initramfs_2712 6.6.62-v8-16k+
209+
mkinitramfs -c gzip -o /boot/initramfs8 6.6.74-v8+
210+
mkinitramfs -c gzip -o /boot/initramfs_2712 6.6.74-v8-16k+
211211
fi
212212
213213
useradd --shell /bin/bash -G startos -m start9

0 commit comments

Comments
 (0)