if [ -f boot/initrd-stable ]; then
    mkinitramfs 6.10.13-NuTyX
    rm boot/initrd-stable
    mv boot/initrd-6.10.13-NuTyX boot/initrd-stable
fi
