new commit

This commit is contained in:
Manuel 2025-04-27 16:48:32 +00:00
parent bb408cba9c
commit 2d6df9e12f

View File

@ -61,7 +61,7 @@ xbps-install -S -y
# Install 32-bit libraries needed for i686 tools executed on the host # Install 32-bit libraries needed for i686 tools executed on the host
# These might be needed if you don't run mksquashfs/xorriso etc. in a chroot/uchroot # These might be needed if you don't run mksquashfs/xorriso etc. in a chroot/uchroot
echo "=> Installing 32-bit libraries for i686 execution on the host (if needed)..." echo "=> Installing 32-bit libraries for i686 execution on the host (if needed)..."
xbps-install -y lzo-32bit libgcc-32bit readline8-32bit || { xbps-install -y lzo-32bit libgcc-32bit readline-32bit || {
echo "Warning: Failed to install one or more 32-bit packages. Continuing." echo "Warning: Failed to install one or more 32-bit packages. Continuing."
# Don't exit here, as QEMU packages are still required for aarch64 etc. # Don't exit here, as QEMU packages are still required for aarch64 etc.
} }