From d626e903c8d2edfed20e465306fdd39509080c77 Mon Sep 17 00:00:00 2001 From: g-vidal Date: Tue, 28 Oct 2025 14:02:29 +0100 Subject: [PATCH] =?UTF-8?q?Modifications=20pour=20contourner=20le=20probl?= =?UTF-8?q?=C3=A8me=20du=20nom=20des=20librairies=20=20qui=20plante=20la?= =?UTF-8?q?=20cr=C3=A9ation=20de=20l'image.=20=09modifi=C3=A9=C2=A0:=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20bootstrap.d/14-fstab.sh=20=09modifi=C3=A9?= =?UTF-8?q?=C2=A0:=20=20=20=20=20=20=20=20=20templates/rpi3-Met-trixie=5F2?= =?UTF-8?q?5-10-21.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap.d/14-fstab.sh | 1 + templates/rpi3-Met-trixie_25-10-21.conf | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bootstrap.d/14-fstab.sh b/bootstrap.d/14-fstab.sh index e408758..1405809 100644 --- a/bootstrap.d/14-fstab.sh +++ b/bootstrap.d/14-fstab.sh @@ -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 diff --git a/templates/rpi3-Met-trixie_25-10-21.conf b/templates/rpi3-Met-trixie_25-10-21.conf index d9e1611..b63e00f 100644 --- a/templates/rpi3-Met-trixie_25-10-21.conf +++ b/templates/rpi3-Met-trixie_25-10-21.conf @@ -8,7 +8,7 @@ #APT_SERVER=debian.proxad.net APT_SERVER=deb.debian.org APT_INCLUDES="zstd,zst,liblzma-dev,libzstd-dev, \ -zarchive-tools" +zarchive-tools,liblzma-dev" #------------------------------------- # packages removed for various reasons #------------------------------------- @@ -33,7 +33,7 @@ ENABLE_QEMU=false #--------------------- #--- User Settings --- #--------------------- -ENABLE_ROOT=false +ENABLE_ROOT=true ROOT_PASSWORD="Achanger1$" ENABLE_USER=true USER_NAME=ens-ife @@ -54,7 +54,7 @@ ENABLE_IPTABLES=false ENABLE_IFNAMES=true ENABLE_HARDNET=true ENABLE_ETH_DHCP=true -ENABLE_WIFI_DHCP=true +ENABLE_WIFI_DHCP=false #NET_WIFI_SSID=MobileClimatEtMeteo #NET_WIFI_PSK=ClimatEtMeteo #--------------------- @@ -84,7 +84,7 @@ ENABLE_DPHYSSWAP=false ENABLE_QEMU=false ENABLE_MINBASE=false ENABLE_REDUCE=false -ENABLE_SPLITFS=true +ENABLE_SPLITFS=false ENABLE_INITRAMFS=true ENABLE_DBUS=true ENABLE_USBBOOT=false @@ -116,7 +116,7 @@ KERNEL_DEFCONFIG=bcm2709_defconfig KERNEL_BIN_IMAGE=zImage KERNEL_IMAGE=kernel7.img KERNEL_CCACHE=true -NB_CORES=15 +NB_CORES=16 #------------------------ #--- Reduce disk usage -- #------------------------