We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e6213 commit 860ea5dCopy full SHA for 860ea5d
image-recipe/build.sh
@@ -206,8 +206,8 @@ if [ "${IB_TARGET_PLATFORM}" = "raspberrypi" ]; then
206
echo "Configuring raspi kernel '\$v'"
207
extract-ikconfig "/usr/lib/modules/\$v/kernel/kernel/configs.ko.xz" > /boot/config-\$v
208
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+
+ mkinitramfs -c gzip -o /boot/initramfs8 6.6.74-v8+
+ mkinitramfs -c gzip -o /boot/initramfs_2712 6.6.74-v8-16k+
211
fi
212
213
useradd --shell /bin/bash -G startos -m start9
0 commit comments