From d3fc7123b53d0e8d3b354fc60c28c3c0d60eeef5 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 29 Jul 2023 13:29:10 +0530 Subject: [PATCH] testing testing testing --- includes/bootloader-stuff.ksi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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