testing testing testing

This commit is contained in:
Pratham Patel 2023-07-29 13:29:10 +05:30
parent a4713b86b0
commit d3fc7123b5
No known key found for this signature in database

View File

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