Changes to rebuild without recompiling
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user