Changes to rebuild without recompiling

This commit is contained in:
g-vidal
2025-11-01 09:57:48 +01:00
parent 92b81a7a4e
commit 62675a0971
6 changed files with 28 additions and 155 deletions

View File

@@ -8,6 +8,8 @@
# Install and setup fstab
install_readonly files/mount/fstab "${ETC_DIR}/fstab"
if [ "$BUILD_KERNEL" != "uselocal" ]; then #ajout 2025
# Generate initramfs file
if [ "$ENABLE_INITRAMFS" = true ] ; then
if [ "$ENABLE_CRYPTFS" = true ] ; then
@@ -119,3 +121,5 @@ if [ "$ENABLE_INITRAMFS" = true ] ; then
chroot_exec mkinitramfs -o "/boot/firmware/initramfs-${KERNEL_VERSION}" "${KERNEL_VERSION}"
fi
fi
fi