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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user