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" sed -i "s/mmcblk0p2/sda1/" "${ETC_DIR}/fstab"
fi fi
# Generate initramfs without encrypted root partition support # 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}" chroot_exec mkinitramfs -o "/boot/firmware/initramfs-${KERNEL_VERSION}" "${KERNEL_VERSION}"
fi fi
fi fi

View File

@@ -8,7 +8,7 @@
#APT_SERVER=debian.proxad.net #APT_SERVER=debian.proxad.net
APT_SERVER=deb.debian.org APT_SERVER=deb.debian.org
APT_INCLUDES="zstd,zst,liblzma-dev,libzstd-dev, \ APT_INCLUDES="zstd,zst,liblzma-dev,libzstd-dev, \
zarchive-tools" zarchive-tools,liblzma-dev"
#------------------------------------- #-------------------------------------
# packages removed for various reasons # packages removed for various reasons
#------------------------------------- #-------------------------------------
@@ -33,7 +33,7 @@ ENABLE_QEMU=false
#--------------------- #---------------------
#--- User Settings --- #--- User Settings ---
#--------------------- #---------------------
ENABLE_ROOT=false ENABLE_ROOT=true
ROOT_PASSWORD="Achanger1$" ROOT_PASSWORD="Achanger1$"
ENABLE_USER=true ENABLE_USER=true
USER_NAME=ens-ife USER_NAME=ens-ife
@@ -54,7 +54,7 @@ ENABLE_IPTABLES=false
ENABLE_IFNAMES=true ENABLE_IFNAMES=true
ENABLE_HARDNET=true ENABLE_HARDNET=true
ENABLE_ETH_DHCP=true ENABLE_ETH_DHCP=true
ENABLE_WIFI_DHCP=true ENABLE_WIFI_DHCP=false
#NET_WIFI_SSID=MobileClimatEtMeteo #NET_WIFI_SSID=MobileClimatEtMeteo
#NET_WIFI_PSK=ClimatEtMeteo #NET_WIFI_PSK=ClimatEtMeteo
#--------------------- #---------------------
@@ -84,7 +84,7 @@ ENABLE_DPHYSSWAP=false
ENABLE_QEMU=false ENABLE_QEMU=false
ENABLE_MINBASE=false ENABLE_MINBASE=false
ENABLE_REDUCE=false ENABLE_REDUCE=false
ENABLE_SPLITFS=true ENABLE_SPLITFS=false
ENABLE_INITRAMFS=true ENABLE_INITRAMFS=true
ENABLE_DBUS=true ENABLE_DBUS=true
ENABLE_USBBOOT=false ENABLE_USBBOOT=false
@@ -116,7 +116,7 @@ KERNEL_DEFCONFIG=bcm2709_defconfig
KERNEL_BIN_IMAGE=zImage KERNEL_BIN_IMAGE=zImage
KERNEL_IMAGE=kernel7.img KERNEL_IMAGE=kernel7.img
KERNEL_CCACHE=true KERNEL_CCACHE=true
NB_CORES=15 NB_CORES=16
#------------------------ #------------------------
#--- Reduce disk usage -- #--- Reduce disk usage --
#------------------------ #------------------------