Modifications pour contourner le problème du nom des librairies qui

plante la création de l'image.
	modifié :         bootstrap.d/14-fstab.sh
	modifié :         templates/rpi3-Met-trixie_25-10-21.conf
This commit is contained in:
g-vidal
2025-10-28 14:02:29 +01:00
parent 05d538e677
commit d626e903c8
2 changed files with 6 additions and 5 deletions

View File

@@ -115,6 +115,7 @@ if [ "$ENABLE_INITRAMFS" = true ] ; then
sed -i "s/mmcblk0p2/sda1/" "${ETC_DIR}/fstab"
fi
# Generate initramfs without encrypted root partition support
chroot_exec ln -s /usr/lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnu #ajout 28/10 pour contourner l'échec mkinitramfs
chroot_exec mkinitramfs -o "/boot/firmware/initramfs-${KERNEL_VERSION}" "${KERNEL_VERSION}"
fi
fi