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
1 changed files with 3 additions and 3 deletions

View File

@ -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