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

@@ -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 --
#------------------------