diff --git a/includes/bootloader-stuff.ksi b/includes/bootloader-stuff.ksi index c1f88e7..3bc62fd 100644 --- a/includes/bootloader-stuff.ksi +++ b/includes/bootloader-stuff.ksi @@ -10,9 +10,9 @@ dnf list installed | grep 'dracut-config-generic' > /dev/null && \ rpm -e dracut-config-generic # TODO: Add a comment to show what this is doing -if [ -x /lib/kernel/install.d/10-devicetree.install ]; then - /lib/kernel/install.d/10-devicetree.install remove -fi +#if [ -x /lib/kernel/install.d/10-devicetree.install ]; then +# /lib/kernel/install.d/10-devicetree.install remove +#fi # remove '/boot/dtb' because the kernel should use '/boot/dtb' if [ -d /boot/dtb ]; then