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